mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Merge pull request #1287 from rubenvereecken/user_patch
Noty errors don't show up on user save fails anymore
This commit is contained in:
commit
373c1688ed
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ module.exports = class User extends CocoModel
|
|||
@className: 'User'
|
||||
@schema: require 'schemas/models/user'
|
||||
urlRoot: '/db/user'
|
||||
notyErrors: false
|
||||
|
||||
initialize: ->
|
||||
super()
|
||||
|
|
Loading…
Reference in a new issue