mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:34:19 +08:00
fix: naive ui form reset does not meet expectations (#4569)
* fix: naive ui form reset does not meet expectations * fix: typo
This commit is contained in:
@@ -67,10 +67,7 @@ interface AuthenticationProps {
|
||||
submitButtonText?: string;
|
||||
}
|
||||
|
||||
interface LoginAndRegisterParams {
|
||||
password: string;
|
||||
username: string;
|
||||
}
|
||||
type LoginAndRegisterParams = Record<string, any>;
|
||||
|
||||
interface LoginCodeParams {
|
||||
code: string;
|
||||
|
Reference in New Issue
Block a user