This commit is contained in:
2025-10-05 21:25:44 +01:00
parent b9f6b77286
commit 106d3b1fa1
3 changed files with 15 additions and 16 deletions

View File

@@ -24,6 +24,7 @@ class SharedToken: Plugin {
}
sharedDefaults.set(token, forKey: sharedTokenKey)
sharedDefaults.synchronize()
invoke.resolve()
}
}