mirror of
https://github.com/flarum/core.git
synced 2025-08-04 07:27:39 +02:00
Signup + modal refactoring
This commit is contained in:
@@ -14,6 +14,9 @@ export default DS.Model.extend({
|
||||
|
||||
groups: DS.hasMany('group'),
|
||||
|
||||
email: DS.attr('string'),
|
||||
password: DS.attr('string'),
|
||||
|
||||
avatarNumber: function() {
|
||||
return Math.random() > 0.3 ? Math.floor(Math.random() * 19) + 1 : null;
|
||||
}.property()
|
||||
|
Reference in New Issue
Block a user