mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
chore: rename fundamentals to base (#9119)
This commit is contained in:
@@ -6,12 +6,12 @@ import type { Request } from 'express';
|
||||
import { nanoid } from 'nanoid';
|
||||
import { z } from 'zod';
|
||||
|
||||
import { TokenService, TokenType } from '../../core/auth/token';
|
||||
import {
|
||||
CaptchaVerificationFailed,
|
||||
Config,
|
||||
verifyChallengeResponse,
|
||||
} from '../../fundamentals';
|
||||
} from '../../base';
|
||||
import { TokenService, TokenType } from '../../core/auth/token';
|
||||
import { CaptchaConfig } from './types';
|
||||
|
||||
const validator = z
|
||||
|
||||
Reference in New Issue
Block a user