7 lines
119 B
CoffeeScript
7 lines
119 B
CoffeeScript
|
|
appExports.deleteAccount = (e, el) ->
|
|
model.del "users.#{user.get('id')}", ->
|
|
location.href = "/logout"
|
|
|
|
|