Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit fd0e7a8

Browse files
committed
fix: use slash
1 parent 463cd7a commit fd0e7a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/myNordic/msalConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const authority = MY_NORDIC_AUTHORITY.endsWith('/')
88
const authorityHost = new URL(authority).hostname
99

1010
const authCallbackPath =
11-
baseUrl === '/' ? '/auth/callback' : `${baseUrl}/auth/callback`
11+
baseUrl === '/' ? '/auth/callback' : `${baseUrl}/auth/callback/`
1212

1313
export const getMsalConfig = (): Configuration => ({
1414
auth: {

0 commit comments

Comments
 (0)