Make NostrLogin modal flow work

This commit is contained in:
Alex Gleason
2024-03-17 15:29:58 -05:00
parent 10a12905ff
commit 1417d46af5
2 changed files with 11 additions and 5 deletions

View File

@ -23,4 +23,4 @@ function nostrExtensionLogIn() {
};
}
export { nostrExtensionLogIn };
export { logInNostr, nostrExtensionLogIn };