Commit 8001866e authored by 0Tyler's avatar 0Tyler

button text modify

parent 36276ea2
...@@ -27,6 +27,16 @@ ...@@ -27,6 +27,16 @@
<input class="mdl-textfield__input" id="username"/> <input class="mdl-textfield__input" id="username"/>
<label class="mdl-textfield__label" for="username">Username</label> <label class="mdl-textfield__label" for="username">Username</label>
</div> </div>
<button id="credential-button"
class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent mdl-js-ripple-effect make-button"
title="Calls MakeCredential to register a new credential from a FIDO device"
>
Register</button>
<button id="authenticate-button"
class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent mdl-js-ripple-effect auth-button"
title="Calls GetAssertion to request an assertion from a previously-registered FIDO device"
>
Login</button>
<%-- <button id="isuvpaa-button"--%> <%-- <button id="isuvpaa-button"--%>
<%-- class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent mdl-js-ripple-effect make-button"--%> <%-- class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent mdl-js-ripple-effect make-button"--%>
<%-- title="Calls IsUserVerifyingPlatformAuthenticatorAvailable. Returns &quot;true&quot; if the device supports an internal authenticator, and &quot;false&quot; if the device does not. (E.g., fingerprints on Android or TouchID on MacOS)"--%> <%-- title="Calls IsUserVerifyingPlatformAuthenticatorAvailable. Returns &quot;true&quot; if the device supports an internal authenticator, and &quot;false&quot; if the device does not. (E.g., fingerprints on Android or TouchID on MacOS)"--%>
...@@ -37,16 +47,16 @@ ...@@ -37,16 +47,16 @@
<%-- title="A convenience method to register an internal authenticator. This is equivalent to calling MakeCredential with AttachmentType=Platform"--%> <%-- title="A convenience method to register an internal authenticator. This is equivalent to calling MakeCredential with AttachmentType=Platform"--%>
<%-- >--%> <%-- >--%>
<%-- Register platform authenticator</button>--%> <%-- Register platform authenticator</button>--%>
<button id="credential-button" <%-- <button id="credential-button"--%>
class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent mdl-js-ripple-effect make-button" <%-- class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent mdl-js-ripple-effect make-button"--%>
title="Calls MakeCredential to register a new credential from a FIDO device" <%-- title="Calls MakeCredential to register a new credential from a FIDO device"--%>
> <%-- >--%>
Register new credential</button> <%-- Register new credential</button>--%>
<button id="authenticate-button" <%-- <button id="authenticate-button"--%>
class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent mdl-js-ripple-effect auth-button" <%-- class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent mdl-js-ripple-effect auth-button"--%>
title="Calls GetAssertion to request an assertion from a previously-registered FIDO device" <%-- title="Calls GetAssertion to request an assertion from a previously-registered FIDO device"--%>
> <%-- >--%>
Authenticate</button> <%-- Authenticate</button>--%>
</div> </div>
</header> </header>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment