AWS 放大反应 - 身份验证器在登录时不会提示密码作为必填字段

问题描述

我试图在登录应用程序时强制输入密码字段。旧应用程序正在使用 <Authenticator> 中的 aws-amplify-react。 这是示例代码

<Authenticator
  usernameAttributes={'email'}
  authState="signIn"
  hide={[SignUp,SignOut,Greetings]}
  onStateChange={handleMethod}
  theme={localTheme}
  errorMessage={errorMessage}
/>

我在互联网上搜索并找不到任何答案。该团队尚未准备好使用来自 AWS amplify 的最新库。任何帮助将不胜感激。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)