You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,9 @@ And run `manage.py migrate`.
66
66
67
67
4. Add an email or mobile number field to your User model. By default drfpasswordless looks for fields named `email` or `mobile` on the User model. If an alias provided doesn’t belong to any given user, a new user is created.
68
68
69
-
4a. If you’re using `email`, see the Configuring Email section below.
69
+
4a. If you’re using `email`, see the Configuring Email section below.
70
70
71
-
4b. If you’re using `mobile`, see the Configuring Email section below.
71
+
4b. If you’re using `mobile`, see the Configuring Email section below.
0 commit comments