We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfb0f7 commit ccb5afcCopy full SHA for ccb5afc
2 files changed
TODO.md
@@ -0,0 +1,6 @@
1
+## BUGS:
2
+[] - on page '/accounts', when we try to edit the password, the background covers the modal window and prevents us from doing anything
3
+## TODO:
4
+[] - add information for future contributors
5
+[] - the page setting is only mock, remove it or make it work
6
+[] - move the entire UI to use react-bootstrap instead of js bootstrap
frontend/src/pages/Accounts.js
@@ -347,6 +347,7 @@ const Accounts = () => {
347
error={passwordFormErrors.confirmPassword}
348
required
349
/>
350
+ </form>
351
352
<div className="modal-footer">
353
<button
@@ -363,7 +364,6 @@ const Accounts = () => {
363
364
{t('accounts.updatePassword')}
365
</button>
366
</div>
- </form>
367
368
369
0 commit comments