X-Git-Url: https://git.auder.net/variants/Baroque/style.css?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FAuth.vue;h=7d682a0edb898000177d0ddb4febbc6a5c380d2c;hb=f0c68a04e31bb6a4b2f8b94a532ef3ca2eebbe3e;hp=36e79c8991f8852fe46901122c88f591404ffa9b;hpb=a97bdbda4ecf83645d409b717e36828784d1450d;p=vchess.git diff --git a/client/src/views/Auth.vue b/client/src/views/Auth.vue index 36e79c89..7d682a0e 100644 --- a/client/src/views/Auth.vue +++ b/client/src/views/Auth.vue @@ -2,7 +2,9 @@ main .row .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 - p {{ st.tr["Authentication successful!"] }} + div(v-if="authOk") + p {{ st.tr["Authentication successful!"] }} + p {{ st.tr["Back to Hall in 3 seconds..."] }}