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