mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
97c459be67
* feat: add find-workspace and email verification endpoints * sync
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
export enum UserTokenType {
|
|
FORGOT_PASSWORD = 'forgot-password',
|
|
EMAIL_VERIFICATION = 'email-verification',
|
|
}
|