Skip to content

Commit 48f4705

Browse files
committed
models/user: Add is_admin field
1 parent 611d0c3 commit 48f4705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/models/user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default class User extends Model {
1111
@attr email_verified;
1212
@attr email_verification_sent;
1313
@attr name;
14+
@attr is_admin;
1415
@attr login;
1516
@attr avatar;
1617
@attr url;

0 commit comments

Comments
 (0)