mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-04-28 05:47:52 +00:00
fix logout notification
This commit is contained in:
parent
c5afade0cf
commit
dbc92981a7
@ -1068,7 +1068,7 @@ function App() {
|
|||||||
message:
|
message:
|
||||||
"Your settings have changed. If you logout you will lose your changes. Click on the save button in the header to keep your changed settings.",
|
"Your settings have changed. If you logout you will lose your changes. Click on the save button in the header to keep your changed settings.",
|
||||||
});
|
});
|
||||||
} else {
|
} else if(extState === 'authenticated') {
|
||||||
await showUnsavedChanges({
|
await showUnsavedChanges({
|
||||||
message:
|
message:
|
||||||
"Are you sure you would like to logout?",
|
"Are you sure you would like to logout?",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user