minor bug fix
This commit is contained in:
parent
9c222e4d9c
commit
4d5e3476fa
@ -713,7 +713,7 @@ function getSignedIn() {
|
|||||||
showPage('loading');
|
showPage('loading');
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
}
|
||||||
function signOut() {
|
function signOut() {
|
||||||
getConfirmation('Sign out?', 'You are about to sign out of the app, continue?', 'Stay', 'Leave')
|
getConfirmation('Sign out?', 'You are about to sign out of the app, continue?', 'Stay', 'Leave')
|
||||||
.then(async (res) => {
|
.then(async (res) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user