Basic user authentication page and provider support

This commit is contained in:
2014-12-23 16:00:16 +01:00
parent 22bbe5bbfa
commit e5541cb2a9
12 changed files with 69 additions and 36 deletions
@@ -7,7 +7,6 @@
@Qstorage = localStorage
$.extend($translations.en, <%= I18n.t('user', locale: :en).to_json %>);
$.extend($translations.nl, <%= I18n.t('user', locale: :nl).to_json %>);