We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0d534 commit 8d996a2Copy full SHA for 8d996a2
frontend/src/lib/hooks/api/appConfig.ts
@@ -38,7 +38,7 @@ export function useAppInfo() {
38
response = {};
39
}
40
41
- let url = new URL(data.raw.url);
+ const url = new URL(data.raw.url);
42
return {
43
redirect: url.pathname.includes('auth'),
44
response,
0 commit comments