Compare commits

...

1 Commits

Author SHA1 Message Date
Balázs Orbán
7b82d6e985 fix(ts): typo in Adapter interface 2021-04-28 11:59:34 +02:00

2
types/adapters.d.ts vendored
View File

@@ -42,7 +42,7 @@ export interface AdapterInstance<U = User, P = Profile, S = Session> {
accessTokenExpires?: null
): Promise<void>
/** @todo Implement */
unlinkAccont?(
unlinkAccount?(
userId: string,
providerId: string,
providerAccountId: string