thomas преди 3 години
родител
ревизия
5bb158e61f
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/components/GoogleLogin.vue
  2. 1 1
      src/components/UIClient.vue

+ 1 - 1
src/components/GoogleLogin.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-      <h3>Google IdToken</h3>
+      <h3>Session by Google IdToken</h3>
       <button :disabled="loginDisabled()" @click="loginUsingIdToken">Login</button>
       <a style="margin: 0em 1em; " href="login.html">GET</a>
       <a style="margin: 0em 1em; " href="logout.html">CLEAR</a>

+ 1 - 1
src/components/UIClient.vue

@@ -32,7 +32,7 @@
     </div>
 
     <div class="card">
-      <h3>SESSION</h3>
+      <h3>Session by legit@gmail.com</h3>
       <div v-if="session.ucpId">UcpId: {{ session.ucpId }}</div>
       <div class="buttons">
         <button