[PR #757] fix: Incorrect password field on account creation #763

Open
opened 2026-02-16 12:36:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/for-web/pull/757
Author: @SandPoot
Created: 2/14/2026
Status: 🔄 Open

Base: mainHead: patch-1


📝 Commits (1)

  • 0bdfc04 Changes "password" into "new-password"

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/client/components/auth/src/flows/FlowCreate.tsx (+1 -1)

📄 Description

Don't be too cruel with me, i was just attempting to check out stoat and noticed that trying to create an account asks you to "Enter your current password" and doesn't have password suggesting.

I have replaced "password" with "new-password" according to the file Form.tsx, this is not AI-assisted, i've done it raw on my web browser.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/for-web/pull/757 **Author:** [@SandPoot](https://github.com/SandPoot) **Created:** 2/14/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`0bdfc04`](https://github.com/stoatchat/for-web/commit/0bdfc048429056cd7fe73912bc5a5efed1685446) Changes "password" into "new-password" ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/client/components/auth/src/flows/FlowCreate.tsx` (+1 -1) </details> ### 📄 Description Don't be too cruel with me, i was just attempting to check out stoat and noticed that trying to create an account asks you to "Enter your current password" and doesn't have password suggesting. I have replaced "password" with "new-password" according to the file Form.tsx, this is not AI-assisted, i've done it raw on my web browser. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:36:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/for-web#763