Forum Discussion
Pin to Screen missing
Hi 1P_Ben, we spoke about it in another thread I opened which is now closed: Since iPadOS and iOS both support U2F is there a plan to allow users to disallow authenticator/code-based 2FA and only activate U2F for thei accounts? Thanks :)
Hello doio! Hopefully we can figure this out together. In Quick Find, the URL being shown is the website for the item. This website can also be shown in the item details pane on the right.
This might get a little technical, so if you have any additional questions, please ask!
Most frequently, this URL matches the browser URL when the password was originally saved to 1Password. In this case, it appears from the screenshot to be part of the Google authentication flow. Quite frequently in authentication flows--including Google's--the browser will be redirected from the page a user would like to visit to a page for logging in. As part of the flow, the page to return to after logging in is encoded into the parameters of the URL. It appears that that's what happened here.
You are correct that
%2F
is the URL encoded version of/
. The&
character is used for separating multiple parameters in a URL.google.com/
was the path encoded onto the URL and the&
is marking the beginning of the next parameter. This can be confirmed by viewing the full URL. It is likely that this appears within it.Cheers!
K.J.