Going to parse XML on the client.

dev
Sean McArdle 2018-11-07 16:35:43 -08:00
parent 5beb07a7fe
commit 89ecd32f21
1 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
<html lang="en">
<head>
<title>icanhasclaims</title>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
</head>
<body>
<ul id="navigation">
@ -11,9 +12,9 @@
</ul>
<h1>SAML Token</h1>
<pre><code>
<pre id='token_source'>
{{ token }}
</code></pre>
</pre>
</body>