Skip to content
Snippets Groups Projects
Commit 6734d4dc authored by Edward Alexander Jaya's avatar Edward Alexander Jaya
Browse files

Test#3 Gitlab CI

parent c96b8673
Branches
7 merge requests!40Release First Version,!31Output feature,!26Feature collab,!25Feature collab,!24Ci,!23CI script,!21Add dockerize
Pipeline #23216 passed with stage
in 35 seconds
...@@ -96,7 +96,7 @@ export default { ...@@ -96,7 +96,7 @@ export default {
if (response && response.status === 200) { if (response && response.status === 200) {
this.showInfo(this.username, response.data.data.passcode) this.showInfo(this.username, response.data.data.passcode)
} else { } else {
this.handleIncorrectResponse() this.handleIncorrectResponse()
} }
} else { } else {
this.isFormDirty = true this.isFormDirty = true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment