mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
[CORL-628] CLI Support (#2646)
* feat: improved api for reloading tenants for cli * fix: cleaned up merge beheviour * feat: added support for stream/story edge * feat: support tenant install * fix: updated snapshot * fix: fixed tests
This commit is contained in:
@@ -26,7 +26,6 @@ export function setAccessTokenInLocalState(
|
||||
localRecord.setValue(accessToken || "", "accessToken");
|
||||
if (accessToken) {
|
||||
const { payload } = parseJWT(accessToken);
|
||||
|
||||
// TODO: (cvle) maybe a timer to detect when accessToken has expired?
|
||||
|
||||
// Set the exp if it's valid.
|
||||
|
||||
Reference in New Issue
Block a user