0👍
When you successfully sign into the Authenticator component, you will then see the "Sign Out" button with the example you shared.
<amplify-authenticator>
<amplify-sign-out></amplify-sign-out>
</amplify-authenticator>
Placing <amplify-sign-out></amplify-sign-out>
button outside of the <amplify-authenticator>
tags will make it so that "Sign Out" always appears.
- [Vuejs]-How to merge two column which have same value into one column given they are sharing the similar product id?
- [Vuejs]-Is it possible to return a value of an inner object of the wrapper object in Vuex getter before mounting?
Source:stackexchange.com