Move Discord OAuth to root domain, redirect Discord URL to thehowlingwhispers.com
This commit is contained in:
parent
e9ab450772
commit
ba6d3ed248
@ -24,7 +24,7 @@
|
|||||||
work correctly both with client-side routing and a non-root public URL.
|
work correctly both with client-side routing and a non-root public URL.
|
||||||
Learn how to configure a non-root public URL by running `npm run build`.
|
Learn how to configure a non-root public URL by running `npm run build`.
|
||||||
-->
|
-->
|
||||||
<title>React App</title>
|
<title>The Howling Whispers</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
|||||||
@ -66,7 +66,7 @@ export const fragments = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export function getDiscordAuthUrl(next = '/') {
|
export function getDiscordAuthUrl(next = '/') {
|
||||||
return `https://git.thehowlingwhispers.com/auth/discord?next=${encodeURIComponent(next)}`;
|
return `https://thehowlingwhispers.com/auth/discord?next=${encodeURIComponent(next)}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const ai = {
|
export const ai = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user