staging release #299

Merged
b merged 67 commits from staging into main 2025-01-07 10:10:29 +00:00
Showing only changes of commit 1f980201dd - Show all commits

View File

@ -58,12 +58,12 @@ export const MainLayout = () => {
}
const login = useCallback(async () => {
dispatch(updateLoginMethod(LoginMethod.nostrLogin))
const nostrController = NostrController.getInstance()
const authController = new AuthController()
const pubkey = await nostrController.capturePublicKey()
dispatch(updateLoginMethod(LoginMethod.nostrLogin))
const redirectPath =
await authController.authAndGetMetadataAndRelaysMap(pubkey)