mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
use d-buttons, and other small tweaks
This commit is contained in:
@ -92,6 +92,14 @@ export default ObjectController.extend(CanCheckEmails, {
|
||||
self.get('model').revokeApiKey();
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
anonymize: function() {
|
||||
this.get('model').anonymize();
|
||||
},
|
||||
|
||||
destroy: function() {
|
||||
this.get('model').destroy();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user