Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Oct 31, 2023
1 parent 160b16a commit fdbcfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/app/api/auth/[...nextauth]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ custom.setHttpOptionsDefaults({
timeout: 10000,
});

export const authOptions = {
const authOptions = {
providers: [
ZitadelProvider({
clientId: client_id,
Expand Down

0 comments on commit fdbcfea

Please sign in to comment.