RIP my english
This commit is contained in:
parent
94e85e04d5
commit
1c9de06b66
2 changed files with 8 additions and 8 deletions
|
|
@ -139,9 +139,9 @@ declare global {
|
|||
}
|
||||
|
||||
function logout() {
|
||||
const sure = confirm("Are you sure you want to logout? " +
|
||||
"You won't be able to login again without #key. " +
|
||||
"Make sure you copied #key before log out!\n\n" +
|
||||
const sure = confirm("Are you sure you want to log out? " +
|
||||
"You won't be able to login again without the #key. " +
|
||||
"Make sure you have copied the #key before log out!\n\n" +
|
||||
"The #key: " + window.myStuff.key)
|
||||
|
||||
if (!sure)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue