small fixes

This commit is contained in:
zadam
2020-03-31 21:47:15 +02:00
parent 4485650cbc
commit a73739d03e
5 changed files with 8 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ export default class ChangePasswordOptions {
this.$form.on('submit', () => this.save());
}
optionsLoaded(options) {console.log(options);
optionsLoaded(options) {
this.$username.text(options.username);
}