diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 7c16464..91bb216 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -192,7 +192,7 @@ const authSuccess = () => { axios.post(backendUrl, requestBody) .then((response) => { console.log('Response:', response) - if (response.status === 204) { + if (response.status === 202) { verifyBackendMessage.success = true verifyBackendMessage.message = 'You are verified' // 延迟几秒 @@ -325,6 +325,9 @@ const imageSrc = `https://avatars.githubusercontent.com/u/${user}?s=300&v=4` + + If cloudflare loading failed, please solve the puzzle instead +