mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-01-13 08:24:50 +00:00
changed toast messages
This commit is contained in:
parent
b17efefda6
commit
2bff47a610
@ -50,7 +50,7 @@ export default function NavBar({ appName, useAuth }: { appName: string, useAuth:
|
||||
icon: "✌️",
|
||||
},
|
||||
error: 'Error',
|
||||
pending: '123 ...'
|
||||
pending: 'logging in ...'
|
||||
});
|
||||
setLoginOpen(false);
|
||||
}
|
||||
@ -67,7 +67,7 @@ export default function NavBar({ appName, useAuth }: { appName: string, useAuth:
|
||||
icon: "👋",
|
||||
},
|
||||
error: 'Error',
|
||||
pending: '123 ...'
|
||||
pending: 'logging out ..'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user