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