summaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-25 10:38:36 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-25 10:38:36 -0700
commit2cda08e3fc9935eff5613f08c7f9e4a30cf19c85 (patch)
tree83403c864ccacdabda20d8fb9c361b51adac9159 /example
parent344be31b2e4f9f1521b1a069ddc3e41c08ea8057 (diff)
Update example to browser v0.2.2
Diffstat (limited to 'example')
-rw-r--r--example/public/login/index.html2
-rw-r--r--example/public/register/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/example/public/login/index.html b/example/public/login/index.html
index 2335637..be4ea71 100644
--- a/example/public/login/index.html
+++ b/example/public/login/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script src="https://unpkg.com/@webauthntine/browser@0.2.0/dist/webauthntine-browser.min.js"></script>
+ <script src="https://unpkg.com/@webauthntine/browser@0.2.2/dist/webauthntine-browser.min.js"></script>
<link rel="stylesheet" href="../styles.css" />
<title>WebAuthntine Example Site | Login</title>
</head>
diff --git a/example/public/register/index.html b/example/public/register/index.html
index f1ad4d6..583f678 100644
--- a/example/public/register/index.html
+++ b/example/public/register/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script src="https://unpkg.com/@webauthntine/browser@0.2.0/dist/webauthntine-browser.min.js"></script>
+ <script src="https://unpkg.com/@webauthntine/browser@0.2.2/dist/webauthntine-browser.min.js"></script>
<link rel="stylesheet" href="../styles.css" />
<title>WebAuthntine Example Site | Register</title>
</head>