mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Update confirm button label in forgot password modal
This commit is contained in:
parent
a8de8476e5
commit
150663587c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export default function ResetPasswordModal() {
|
|||
/>
|
||||
<Button
|
||||
type={"dark"}
|
||||
label={"Send Reset Request"}
|
||||
label={"Confirm"}
|
||||
onClick={async () => {
|
||||
const status = await ResetPasswordAPI(email);
|
||||
if (status === true) {
|
||||
|
|
Loading…
Reference in a new issue