Skip to content

Commit f2d5b57

Browse files
authored
fix wrong config key
1 parent 3f7e96f commit f2d5b57

File tree

1 file changed

+1
-1
lines changed
  • lib/code0/identities/provider

1 file changed

+1
-1
lines changed

lib/code0/identities/provider/oidc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def user_details_url
2121
end
2222

2323
def authorization_url
24-
config[:user_details_url]
24+
config[:authorization_url]
2525
end
2626

2727
def create_identity(response, *)

0 commit comments

Comments
 (0)