mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
fix: 🐛 Fixes with not refreshing localStorage me value
This commit is contained in:
parent
14a37d3585
commit
32c13d4c99
4 changed files with 25 additions and 7 deletions
|
|
@ -100,8 +100,7 @@ const redirect_uri = query.redirect_uri as string;
|
|||
const client_id = query.client_id;
|
||||
const scope = query.scope ? decodeURIComponent(query.scope as string) : "";
|
||||
|
||||
const validUrlParameters =
|
||||
application && redirect_uri && client_id && scope;
|
||||
const validUrlParameters = application && redirect_uri && client_id && scope;
|
||||
|
||||
const oauthScopeText: Record<string, string> = {
|
||||
"rw:accounts": "$VERB your account information",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue