Skip to content

Commit

Permalink
Feat: Apple Login (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
muktanshumishra24 authored Sep 6, 2024
1 parent 4107309 commit 873e636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Auth SDK exposes the standard [Ethereum provider](https://eips.ethereum.org/EIPS
- Steam
- Twitter
- Twitch
- Apple

- Custom IAM

Expand Down
1 change: 1 addition & 0 deletions src/typings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export interface UserInfo {
}
export type Logins =
| 'google'
| 'apple'
| 'github'
| 'discord'
| 'twitch'
Expand Down
1 change: 1 addition & 0 deletions src/ui/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const LOADING_ICON = `${BASE_URL}/loading.svg`

const SOCIAL_LOGO: { [k: string]: string } = {
google: `${BASE_URL}/google.png`,
apple: `${BASE_URL}/apple.png`,
twitter: `${BASE_URL}/twitter.png`,
github: `${BASE_URL}/github.png`,
github_light: `${BASE_URL}/github-light.png`,
Expand Down

0 comments on commit 873e636

Please # to comment.