Browse Source

Update authentication.md

It was so hard to find what's wrong. 
I can't find any informations about it.. except changelog from npm...
feat/running-mainnet
sangwon0001 4 years ago
committed by Patrick Gray
parent
commit
aaf93c2222
  1. 2
      src/pages/build-apps/guides/authentication.md

2
src/pages/build-apps/guides/authentication.md

@ -98,7 +98,7 @@ function authenticate() {
icon: window.location.origin + '/my-app-logo.svg',
},
redirectTo: '/',
finished: () => {
onFinish: () => {
let userData = userSession.loadUserData();
// Save or otherwise utilize userData post-authentication
},

Loading…
Cancel
Save