feat: toggleable feature flags (#209)
This commit is contained in:
parent
f08777f629
commit
69d009d02a
10 changed files with 111 additions and 12 deletions
|
@ -73,6 +73,7 @@ export async function signout() {
|
|||
// Clear stale data
|
||||
delete servers.value[_currentUserId]
|
||||
clearUserDrafts()
|
||||
clearUserFeatureFlags()
|
||||
|
||||
// Remove the current user from the users
|
||||
users.value.splice(index, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue