Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
0.2.0p
Browse files Browse the repository at this point in the history
  • Loading branch information
An-Unnamed-Developer committed Jul 21, 2024
1 parent 9ac3f2f commit dd809a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ <h1>Working on it! </h1>
<button id="closeSettings"> X </button>
<h3>User Settings</h3>
<div class="changeNameField"> <input placeholder="New display name" id="changeNameField"> <button id="submitName"> Change Display Name </button> </div> <p id="displayNameStatus">Changed display name.</p>
<div class="newPasswordField"> <input placeholder="Old password" type="password" id="oldPasswordField"> <input type="password" placeholder="New password" id="newPasswordField"> <button id="submitPassword"> Change Password </button> </div> <p id="changePasswordStatus"> Changed password. </p>
<!--<div class="newPasswordField"> <input placeholder="Old password" type="password" id="oldPasswordField"> <input type="password" placeholder="New password" id="newPasswordField"> <button id="submitPassword"> Change Password </button> </div> <p id="changePasswordStatus"> Changed password. </p>-->
<h1> Password changing soon </h1>
<!--<hr class="seperator">
<h3> Language settings </h3>
<p>Currently does nothing. Coming soon. </p>
Expand Down

0 comments on commit dd809a1

Please sign in to comment.