mirror of https://github.com/certd/certd
chore:
parent
1398417829
commit
4467e09426
|
@ -128,7 +128,6 @@ export default defineComponent({
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleFinish = async (values: any) => {
|
const handleFinish = async (values: any) => {
|
||||||
utils.logger.log(values, formState);
|
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
try {
|
try {
|
||||||
const loginType = formState.loginType;
|
const loginType = formState.loginType;
|
||||||
|
|
Loading…
Reference in New Issue