Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Nov 30, 2024
1 parent d166db8 commit 9bed558
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 @@ -102,7 +102,7 @@ Currently, provider login is required to return the user's email address, and ac
| `omniauth_login_failure_redirect` | Redirect location for when OmniAuth login failed. |
| `omniauth_create_account?` | Automatically create account for new email address on OmniAuth login (defaults to true). |
| `omniauth_login_no_matching_account_error_flash` | Flash message for when no existing account was found and automatic creation is disabled. |
| `omniauth_two_factors?` | Teat OmniAuth login as two factors when using MFA (defaults to false). |
| `omniauth_two_factors?` | Treat OmniAuth login as two factors when using MFA (defaults to false). |
| `omniauth_identities_table` | Table name for external identities (defaults to `account_identities`). |
| `omniauth_identities_id_column` | Primary key column for identities table (defaults to `id`). |
| `omniauth_identities_account_id_column` | Foreign key column for identities table (defaults to `account_id`). |
Expand Down

0 comments on commit 9bed558

Please sign in to comment.