HM-120. Добавлена возможность менять пароль пользователя (#61)
This commit is contained in:
18
src/app.html
18
src/app.html
@ -110,16 +110,14 @@
|
||||
<!-- Шаблон содержимого личного кабинета-->
|
||||
<template id="profile-content">
|
||||
<div class="d-flex">
|
||||
<div class="ProfilePage__form p-3 flex-grow-1">
|
||||
<div class="h6 text-center"></div>
|
||||
<div class="Password__inputContainer m-1" id="oldpass"></div>
|
||||
<div class="Password__inputContainer m-1" id="newpass"></div>
|
||||
<div class="Password__inputContainer m-1" id="newpassrepeat"></div>
|
||||
<button type="button" class="Profile__button btn btn-outline-primary mt-3">Сохранить</button>
|
||||
</div>
|
||||
<div class="p-2 flex-grow-4 Profile__avatar-container">
|
||||
<img src="./img/ava.jpg" class="Profile__avatar m-2" alt="avatar">
|
||||
<div class="h6 text-center Profile__user-name">login_name</div>
|
||||
<form class="ProfilePage__form p-3 flex-grow-1">
|
||||
<div class="h6 text-center">Смена пароля</div>
|
||||
<div class="ProfilePage__inputContainer m-1" id="oldpass"></div>
|
||||
<button type="submit" class="btn btn-outline-primary mt-3">Сохранить</button>
|
||||
</form>
|
||||
<div class="p-2 flex-grow-4">
|
||||
<div class="ProfilePage__avatar m-2"></div>
|
||||
<div class="h6 text-center ProfilePage__userName">login_name</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user