Skip to content

Commit

Permalink
fix: duplicate line and header text
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr committed Jul 9, 2022
1 parent 2cdbe71 commit 9f6b62b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void main() async {
## Authentication

Using authentication can be done easily. Using this package automatically persists the auth state on local storage.
Using this package automatically persists the auth state on local storage.
It also helps you handle authentication with deeplink from 3rd party service like Google, Github, Twitter...


Expand Down Expand Up @@ -174,7 +174,7 @@ The redirect callback url should have this format `[YOUR_SCHEME]://[YOUR_AUTH_HO

Follow the guide https://supabase.io/docs/guides/auth#third-party-logins

### For Android
#### For Android

<details>
<summary>How to setup</summary>
Expand Down Expand Up @@ -208,7 +208,7 @@ Follow the guide https://supabase.io/docs/guides/auth#third-party-logins
For more info: https://developer.android.com/training/app-links/deep-linking
</details>

### For iOS
#### For iOS

<details>
<summary>How to setup</summary>
Expand Down Expand Up @@ -246,7 +246,7 @@ Follow the guide https://supabase.io/docs/guides/auth#third-party-logins

</details>

## Windows
#### For Windows

<details>
<summary>How to setup</summary>
Expand Down Expand Up @@ -325,7 +325,7 @@ Follow the guide https://supabase.io/docs/guides/auth#third-party-logins

</details>

## Mac OS
#### For Mac OS

<details>
<summary>How to setup</summary>
Expand Down

0 comments on commit 9f6b62b

Please sign in to comment.