Skip to content

Commit

Permalink
Merge pull request #125 from Holo-Host/main-candi/02-04
Browse files Browse the repository at this point in the history
alpha deploy for feb 29
  • Loading branch information
zo-el committed Mar 4, 2024
2 parents b2ace34 + 26d5953 commit 178e205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen-web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
code: registration_code
})
})
if (response.status === 201) {
if (response.status === 201 || response.status === 200) {
return true
}
if (response.status !== 500) {
Expand Down

0 comments on commit 178e205

Please sign in to comment.