mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-08 01:16:59 +00:00
Add todo
This commit is contained in:
parent
cb336133c6
commit
55f8ea9843
@ -1029,6 +1029,7 @@ function App() {
|
|||||||
const logoutFunc = useCallback(async () => {
|
const logoutFunc = useCallback(async () => {
|
||||||
try {
|
try {
|
||||||
if (extState === 'authenticated') {
|
if (extState === 'authenticated') {
|
||||||
|
// TODO translate
|
||||||
await showUnsavedChanges({
|
await showUnsavedChanges({
|
||||||
message: 'Are you sure you would like to logout?',
|
message: 'Are you sure you would like to logout?',
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user