fix type import

This commit is contained in:
Bernd Storath 2026-05-26 12:22:43 +02:00
parent 287c50f5ac
commit 1498d9d1db

View file

@ -3,7 +3,6 @@ import { TOTP } from 'otpauth';
import { user } from './schema';
import type { UserType } from './types';
import type { DBType } from '#db/sqlite';
import type { OAUTH_PROVIDER } from '~~/server/utils/oauth';
type LoginResult =
| {