mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
fix merge
This commit is contained in:
@@ -124,7 +124,7 @@ function onRegisterButtonClick() {
|
||||
formRef.value?.validate().then(async () => {
|
||||
isLoading.value = true
|
||||
await QueryPostAPI<string>(
|
||||
ACCOUNT_API_URL() + 'register',
|
||||
ACCOUNT_API_URL + 'register',
|
||||
{
|
||||
name: registerModel.value.username,
|
||||
email: registerModel.value.email,
|
||||
|
||||
Reference in New Issue
Block a user