When I click to Authenticate as a Guardian I would expect the QR code to contain everything I need to be able to make admin API requests

according to the logic the password should get included in the params before stringifying

but it doesn't actually get included, probably because in the session storage, I do not see any key for guardian-ui-key so the password cannot be retrieved to include
I do however see the value of the password stored in session storage, but the key is some long string which matches the ID stored in localstorage under the fedimint_ui_state_v2 key under service.config.id
