mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
refactor: update AuthErrorCode import path to constants
This commit is contained in:
parent
e4e508ac8e
commit
03f4e516bd
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
import { vi } from 'vitest';
|
import { vi } from 'vitest';
|
||||||
import { BaseAuth } from '../base/auth';
|
import { BaseAuth } from '../base/auth';
|
||||||
import { AuthErrorCode } from '../auth';
|
import { AuthErrorCode } from '../constants';
|
||||||
|
|
||||||
describe('base-auth', () => {
|
describe('base-auth', () => {
|
||||||
it('should validate username', () => {
|
it('should validate username', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user