Added User profiles so users can change their username
This commit is contained in:
9
rpg-docs/client/views/user/profile/usernameDialog.html
Normal file
9
rpg-docs/client/views/user/profile/usernameDialog.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<template name="usernameDialog">
|
||||
{{#with currentUser}}
|
||||
<div>
|
||||
<paper-input id="usernameInput" label="Username" value={{username}}></paper-input>
|
||||
</div>
|
||||
{{/with}}
|
||||
<paper-button id="cancelButton" affirmative> Cancel </paper-button>
|
||||
<paper-button id="changeButton" affirmative> Change Username </paper-button>
|
||||
</template>
|
||||
Reference in New Issue
Block a user