mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 05:19:51 +00:00
Dir tree doc and move some code (#1466)
* tree doc and move some code * fix: ts
This commit is contained in:
6
projects/app/src/web/support/user/login/constants.ts
Normal file
6
projects/app/src/web/support/user/login/constants.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum LoginPageTypeEnum {
|
||||
passwordLogin = 'passwordLogin',
|
||||
register = 'register',
|
||||
forgetPassword = 'forgetPassword',
|
||||
wechat = 'wechat'
|
||||
}
|
Reference in New Issue
Block a user