fix: remove screen on nostr-login launch
Ignores the init options param when screen is passed
This commit is contained in:
parent
331759de5c
commit
8689c7f753
@ -130,7 +130,7 @@ export const AppBar = () => {
|
||||
<Button
|
||||
startIcon={<ButtonIcon />}
|
||||
onClick={() => {
|
||||
launchNostrLoginDialog('welcome')
|
||||
launchNostrLoginDialog()
|
||||
}}
|
||||
variant="contained"
|
||||
>
|
||||
|
@ -25,7 +25,7 @@ export const LandingPage = () => {
|
||||
const location = useLocation()
|
||||
|
||||
const onSignInClick = async () => {
|
||||
launchNostrLoginDialog('welcome')
|
||||
launchNostrLoginDialog()
|
||||
}
|
||||
|
||||
const cards = [
|
||||
|
@ -150,7 +150,7 @@ export const Nostr = () => {
|
||||
id="nostr-login"
|
||||
variant="contained"
|
||||
onClick={() => {
|
||||
launchNostrLoginDialog('welcome')
|
||||
launchNostrLoginDialog()
|
||||
}}
|
||||
>
|
||||
Nostr Login
|
||||
|
Loading…
Reference in New Issue
Block a user