Last active
June 23, 2021 18:30
-
-
Save krcummings1/bda7d8d0cd4e0ffad07356869196fffa to your computer and use it in GitHub Desktop.
Authenticator Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div id="auth" class='auth'> | |
<amplify-authenticator | |
username-alias="email" | |
v-if="authState !== 'signedin'" | |
> | |
<amplify-sign-up | |
slot="sign-up" | |
username-alias="email" | |
:form-fields.prop="formFields" | |
header-text="Sign Up With DegreeSee" | |
submit-button-text="Sign Up" | |
></amplify-sign-up> | |
</amplify-authenticator> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment