Skip to content

Commit 84b305a

Browse files
committed
feat: adds spotify and slack providers
1 parent e675585 commit 84b305a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/auth-js/src/lib/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export type Provider =
99
| 'apple'
1010
| 'discord'
1111
| 'twitch'
12+
| 'spotify'
13+
| 'slack'
1214

1315
export type AuthChangeEvent =
1416
| 'SIGNED_IN'

0 commit comments

Comments
 (0)