Forum Discussion
Pin to Screen missing
Hi nimvio!
How can we help clarify the version numbering for you? Do you have specific questions?
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.