Skip to content

Commit

Permalink
fix: set OIDC method to GET (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoL96 authored Nov 8, 2024
1 parent 622f781 commit 744a694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/routes/auth/oidc/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (r *loginRoute) Pattern() string {
}

func (r *loginRoute) Method() string {
return http.MethodPost
return http.MethodGet
}

func (r *loginRoute) Handler() http.HandlerFunc {
Expand Down

0 comments on commit 744a694

Please sign in to comment.