X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FLogout.vue;h=62f057c6e0668f64e104593f940ffe6c966d4b40;hp=34dbb49b337b753fe7ab57800957fcaaa26e5eb8;hb=910d631b73cad5ffef1b4461157b704e7e7057d8;hpb=6808d7a16ec1e761c6a2dffec2281c96953e4d89 diff --git a/client/src/views/Logout.vue b/client/src/views/Logout.vue index 34dbb49b..62f057c6 100644 --- a/client/src/views/Logout.vue +++ b/client/src/views/Logout.vue @@ -2,8 +2,7 @@ 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!"] }} - -