|
|
@@ -70,6 +70,26 @@ |
|
|
|
<a href="/logout">Logout</a> |
|
|
|
</section> |
|
|
|
</div> |
|
|
|
<div class="settings-page" id="main" v-else-if="active === '#settings'"> |
|
|
|
<section class="change-name-pane"> |
|
|
|
<h3>Settings</h3> |
|
|
|
<h4>Name</h4> |
|
|
|
<input name="name" type="text"> |
|
|
|
<button>Save</button> |
|
|
|
</section> |
|
|
|
<section class="change-email-pane"> |
|
|
|
<h4>Email</h4> |
|
|
|
<input name="email" type="text"> |
|
|
|
<button>Save</button> |
|
|
|
</section> |
|
|
|
<section class="change-password-pane"> |
|
|
|
<h4>Change Password</h4> |
|
|
|
<h5>Current Password</h5><input name="current_passowrd" type="password"> |
|
|
|
<h5>New Password</h5><input name="passowrd" type="password"> |
|
|
|
<h5>Confirm Password</h5><input name="confirm_passowrd" type="password"> |
|
|
|
<button>Save</button> |
|
|
|
</section> |
|
|
|
</div> |
|
|
|
</transition> |
|
|
|
</template> |
|
|
|
|
|
|
|