import { Auth } from 'aws-amplify'; // Send confirmation code to user's email Auth.forgotPassword(username) .then(data => console.log(data)) .catch(err ...
確定! 回上一頁