Skip to content

Commit

Permalink
Merge pull request #123 from Holo-Host/QA-2024-02-09
Browse files Browse the repository at this point in the history
fix: quick-start-status-code
  • Loading branch information
vladossol authored Feb 12, 2024
2 parents c59076f + ef88295 commit a00d577
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 a00d577

Please sign in to comment.