mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
8 lines
227 B
CoffeeScript
8 lines
227 B
CoffeeScript
Darkswarm.factory 'SpreeUser', () ->
|
|
# This is for storing Login/Signup/Forgot data to send to server
|
|
# This does NOT represent our current user
|
|
new class SpreeUser
|
|
spree_user:
|
|
remember_me: 0
|
|
email: null
|