Skip to content

Commit b91c430

Browse files
authored
Fix typo
1 parent 33fec82 commit b91c430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RpiAuth.configure do |config|
3333
config.identity_url = 'http://localhost:3002' # The url for the profile instance being used for auth
3434
config.user_model = 'User' # The name of the user model in the host app being used, use the name as a string, not the model itself
3535
config.scope = 'openid email profile force-consent' # The required OIDC scopes
36-
config.success_redirect = '/' # After succesful login the route the user should be redirected to; this will override redirecting the user back to where they were when they started the log in / sign up flow (via `omniauth.origin`), so should be used rarely / with caution. This can be a string or a proc, which is exectuted in the context of the RpiAuth::AuthController.
36+
config.success_redirect = '/' # After succesful login the route the user should be redirected to; this will override redirecting the user back to where they were when they started the log in / sign up flow (via `omniauth.origin`), so should be used rarely / with caution. This can be a string or a proc, which is executed in the context of the RpiAuth::AuthController.
3737
config.bypass_auth = false # Should auth be bypassed and a default user logged in
3838
end
3939
```

0 commit comments

Comments
 (0)