Rename /auth/restricted/ to auth/restricted/{iframe,oidc} for clarity and separation.

This commit is contained in:
Leo Vasanko
2026-02-15 03:05:11 +00:00
parent 701b0810bd
commit 8132189a04
7 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -534,7 +534,7 @@ test.describe('API Mode - Direct API Response Format', () => {
expect(data.auth).toBeDefined()
expect(data.auth.iframe).toBeDefined()
expect(data.auth.mode).toBe('login')
expect(data.auth.iframe).toContain('/auth/restricted/')
expect(data.auth.iframe).toContain('/auth/restricted/iframe')
console.log(`✓ 401 response includes auth.iframe: ${data.auth.iframe}`)
})