X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FAuth.vue;h=7d682a0edb898000177d0ddb4febbc6a5c380d2c;hb=1aaae6ce703d43ccf4328da9b6b4dca4ed67289a;hp=a44687c1e4b56a6283b2d2a7a7765e2f2ebba622;hpb=6808d7a16ec1e761c6a2dffec2281c96953e4d89;p=vchess.git diff --git a/client/src/views/Auth.vue b/client/src/views/Auth.vue index a44687c1..7d682a0e 100644 --- a/client/src/views/Auth.vue +++ b/client/src/views/Auth.vue @@ -2,8 +2,9 @@ main .row .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 - p(:class="{warn:!!this.errmsg}") - | {{ errmsg || st.tr["Authentication successful!"] }} + div(v-if="authOk") + p {{ st.tr["Authentication successful!"] }} + p {{ st.tr["Back to Hall in 3 seconds..."] }} - -