-
-
Notifications
You must be signed in to change notification settings - Fork 112
Description
As stated in the Browserpass README, using symbolic links is a valid way to deal with multiple domains that use the same credentials. E.g.:

This works fine from both the pass/Git perspective as well as for Browserpass.
However, in Pass for iOS, the symlink appears with the same name as the original:
This isn't just a display issue in the app itself, it also means that the browser autofill won't recognize the alternative domain and again only shows the original name for the symlinked entry:
Of course, this defeats the purpose of creating symlinks to handle multiple domains altogether from the perspective of the iOS app.
Aside from the obvious solution (the correct symlink name being shown/used), it would also be great if the app could indicate when something is a symlink for a different entry and maybe even add the ability to visually group symlinked entries together with the originals somehow.
Thanks for developing and maintaining this app!