Skip to content

Commit 1e39212

Browse files
Merge pull request supabase#5184 from noyan-alimov/patch-1
fix: description does not match the code
2 parents a7fa817 + 72f4247 commit 1e39212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/docs/guides/with-expo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export const supabase = createClient(supabaseUrl, supabaseAnonKey)
179179
### Set up a Login component
180180

181181
Let's set up a React Native component to manage logins and sign ups.
182-
We'll use Magic Links, so users can sign in with their email without using passwords.
182+
Users would be able to sign in with their email and password.
183183

184184
```jsx title="components/Auth.js"
185185
import React, {useState} from 'react'

0 commit comments

Comments
 (0)