changes untested
This commit is contained in:
1
src/pages/auth/register.vue
Normal file → Executable file
1
src/pages/auth/register.vue
Normal file → Executable file
@@ -135,7 +135,6 @@ export default defineComponent({
|
||||
withCredentials: true,
|
||||
})
|
||||
.then((response:any) => {
|
||||
console.log(response.data)
|
||||
if (response.data.error) {
|
||||
notify({
|
||||
title: "Authorization",
|
||||
|
||||
Reference in New Issue
Block a user