Skip to content

Commit

Permalink
Merge pull request #121 from Holo-Host/fix/quick-start-status-code
Browse files Browse the repository at this point in the history
fix: quick-start-status-code
  • Loading branch information
peeech authored Feb 9, 2024
2 parents bfaced6 + cbb63d8 commit 711b08e
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 711b08e

Please sign in to comment.