mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
small fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user