X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FLogout.vue;h=62f057c6e0668f64e104593f940ffe6c966d4b40;hb=df647c70b4148894c7d87fc499df5a9050347aec;hp=61259d58c1849de6b322c6998458567bf6f6d569;hpb=a3ac374ba213c7044db6cbcfafb81d4b66a0a290;p=vchess.git diff --git a/client/src/views/Logout.vue b/client/src/views/Logout.vue index 61259d58..62f057c6 100644 --- a/client/src/views/Logout.vue +++ b/client/src/views/Logout.vue @@ -2,42 +2,32 @@ 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["Logout successful!"] }} + p {{ st.tr["Logout successful!"] }} - -