@@ -14,9 +14,7 @@ export function getAllowedDomains(): string[] {
|
||||
|
||||
export async function signIn(
|
||||
ctx: Context,
|
||||
// @ts-expect-error ts-migrate(2749) FIXME: 'User' refers to a value, but is being used as a t... Remove this comment to see the full error message
|
||||
user: User,
|
||||
// @ts-expect-error ts-migrate(2749) FIXME: 'Team' refers to a value, but is being used as a t... Remove this comment to see the full error message
|
||||
team: Team,
|
||||
service: string,
|
||||
_isNewUser = false,
|
||||
|
||||
Reference in New Issue
Block a user