릴리스: v1.4.33 가입 검증과 테마 기본값 정리
This commit is contained in:
@@ -29,8 +29,8 @@ export const useAuthStore = defineStore('auth', {
|
||||
})()
|
||||
return refreshPromise
|
||||
},
|
||||
async signup(email, password) {
|
||||
const user = await api.signup({ email, password })
|
||||
async signup(email, nickname, password) {
|
||||
const user = await api.signup({ email, nickname, password })
|
||||
this.user = user
|
||||
this.hydrated = true
|
||||
return user
|
||||
|
||||
Reference in New Issue
Block a user