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