Skip to content

Commit 3c8bc7a

Browse files
committed
[DOP-21576] Change callback route to 'auth-callback'
1 parent 69370da commit 3c8bc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const App = () => {
8787
</Admin>
8888
<Routes>
8989
<Route
90-
path="/auth/callback"
90+
path="/auth-callback"
9191
element={<KeycloakAuthCallback />}
9292
/>
9393
</Routes>

0 commit comments

Comments
 (0)