mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 17:36:01 +00:00
encrypting cloud content
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {
|
||||
cloudSigninToken,
|
||||
cloudSigninTokenHolder,
|
||||
currentDatabase,
|
||||
currentTheme,
|
||||
emptyConnectionGroupNames,
|
||||
@@ -668,7 +668,7 @@ registerCommand({
|
||||
category: 'Cloud',
|
||||
name: 'Logout',
|
||||
onClick: () => {
|
||||
cloudSigninToken.set(null);
|
||||
cloudSigninTokenHolder.set(null);
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user