Files
mozo-backend/app/views/user/obtain_token.html.slim
T

6 lines
172 B
Plaintext

- content_for :footer do
javascript:
QMobile.setAuthToken('#{current_user.authentication_token}');
QMobile.setUserId('#{current_user.id}');
QMobile.goHome();