We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd04c4a commit 0680aadCopy full SHA for 0680aad
1 file changed
src/api/controllers/authController.ts
@@ -42,7 +42,7 @@ const handleCallback = (req: Request, res: Response) => {
42
.map((url) => url.trim())
43
.filter((url) => url.length > 0);
44
45
- let frontendBaseUrl = allowedFrontendUrls[0]
+ const frontendBaseUrl = allowedFrontendUrls[0];
46
47
if (!frontendBaseUrl) {
48
// This is a server misconfiguration or critical error if no allowed URLs are configured.
0 commit comments