add Nostr-login package #217

Merged
enes merged 20 commits from nostr-login-9-30 into staging 2024-10-09 08:54:33 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 8689c7f753 - Show all commits

View File

@ -130,7 +130,7 @@ export const AppBar = () => {
<Button <Button
startIcon={<ButtonIcon />} startIcon={<ButtonIcon />}
onClick={() => { onClick={() => {
launchNostrLoginDialog('welcome') launchNostrLoginDialog()
}} }}
variant="contained" variant="contained"
> >

View File

@ -25,7 +25,7 @@ export const LandingPage = () => {
const location = useLocation() const location = useLocation()
const onSignInClick = async () => { const onSignInClick = async () => {
launchNostrLoginDialog('welcome') launchNostrLoginDialog()
} }
const cards = [ const cards = [

View File

@ -150,7 +150,7 @@ export const Nostr = () => {
id="nostr-login" id="nostr-login"
variant="contained" variant="contained"
onClick={() => { onClick={() => {
launchNostrLoginDialog('welcome') launchNostrLoginDialog()
}} }}
> >
Nostr Login Nostr Login