fix: forgot pass

This commit is contained in:
sabdayagra 2025-01-16 08:03:10 +07:00
parent 126484bde9
commit fb24684aa0
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ const ForgotPass = () => {
Check Username Check Username
</Button> </Button>
<Button type="submit" fullWidth onClick={handleCheckUsername}> <Button type="submit" fullWidth onClick={handleCheckUsername}>
Kirim Ulang{" "} Kirim Ulang?{" "}
</Button> </Button>
</form> </form>
); );