@@ -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>
@@ -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