async function fetchCredentials()

in src/App.js [87:89]


    async function fetchCredentials() {
      setCredentials(await Auth.currentUserCredentials());
    };