Skip to content

Commit

Permalink
Fix README table alignment (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Jul 6, 2021
1 parent 5abf186 commit a2870c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Auth0
You can make users land directly on the Signup page instead of the Login page by specifying the `"screen_hint": "signup"` parameter when performing Web Authentication. Note that this can be combined with `"prompt": "login"`, which indicates whether you want to always show the authentication page or you want to skip if there's an existing session.

| Parameters | No existing session | Existing session |
|:----------------------------------------------:|:---------------------:|:-----------------------------:|
|:-----------------------------------------------|:----------------------|:------------------------------|
| no extra parameters | Shows the login page | Redirects to the callback url |
| `"screen_hint": "signup"` | Shows the signup page | Redirects to the callback url |
| `"prompt": "login"` | Shows the login page | Shows the login page |
Expand Down

0 comments on commit a2870c0

Please sign in to comment.