Open login dialog when browser starts

Hey all!

While the team is looking into this, one quick solution is to set the browser start page to the extension. Go into the browser settings and set the on-open or homepage link to the below.

[Copied from another thread]

Chrome, Brave, Vivaldi
chrome-extension://nngceckbapebfimnlniiiahkandclblb/popup/index.html?uilocation=popout#/lock

Opera:
chrome-extension://ccnckbpmaceehanjmeomladnmlffdjgn/popup/index.html?uilocation=popout#/lock

Edge
extension://jbkfoedolllekgbhcbcoahefnbanhhlh/popup/index.html?uilocation=popout#/lock

Firefox, Tor browser:
moz-extension://a01abe27-c9d4-48ef-aed2-a0acca72a6fa/popup/index.html?uilocation=popout#/lock

You can change that end string there to get to different pages too:

Login screen:
/popup/index.html?uilocation=popout#/home
Lock screen
/popup/index.html?uilocation=popout#/lock

Either should work/re-route depending on your vault state.

(the above are all set to be the lock page)

1 Like