code refactor

This commit is contained in:
MaysWind
2025-01-20 00:40:25 +08:00
parent 559e8259be
commit 2f7cdfd786
+1 -1
View File
@@ -138,7 +138,7 @@ type SnackBarType = InstanceType<typeof SnackBar>;
const props = defineProps<{
email: string;
token: string;
token?: string;
hasValidEmailVerifyToken: boolean;
}>();