mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-28 07:20:49 -04:00
(lint)
This commit is contained in:
parent
a216cb73ee
commit
9980a81a7a
@ -33,8 +33,7 @@ class Request {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const getOAuthUrl = () => Object.assign(
|
const getOAuthUrl = () => Object.assign(new URL('/oauth2/authorize', BASE_DISCORD_URI), {
|
||||||
new URL('/oauth2/authorize', BASE_DISCORD_URI), {
|
|
||||||
search: new URLSearchParams({
|
search: new URLSearchParams({
|
||||||
client_id: configs.get('DiscordClientId'),
|
client_id: configs.get('DiscordClientId'),
|
||||||
redirect_uri: configs.get('DiscordRedirectUri'),
|
redirect_uri: configs.get('DiscordRedirectUri'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user