Browse Source

fix type import

Bernd Storath 1 month ago
parent
commit
e1bae23138
  1. 1
      src/server/database/repositories/user/service.ts

1
src/server/database/repositories/user/service.ts

@ -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 =
| {

Loading…
Cancel
Save