We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3b092 commit 2b47d18Copy full SHA for 2b47d18
1 file changed
frontend/src/app/(user-area)/account/security/page.tsx
@@ -214,7 +214,7 @@ const Page = () => {
214
</table>
215
)}
216
<h2 className="mt-8 mb-4">Password</h2>
217
- <Dialog isOpen={isSettingPassword} onClose={() => setIsSettingPassword(false)} title="New Passkey">
+ <Dialog isOpen={isSettingPassword} onClose={() => setIsSettingPassword(false)} title="New Password">
218
<NewPasswordForm onSuccess={() => setIsSettingPassword(false)} />
219
</Dialog>
220
{!currentUser ? (
0 commit comments