changed toast messages

This commit is contained in:
Anton 2023-08-23 15:28:10 +02:00
parent b17efefda6
commit 2bff47a610

View File

@ -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 ..'
});
}