This commit is contained in:
odex 2024-07-04 17:46:27 +03:00
parent 574bd20c64
commit 0a308af63e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class AuthenticationController(http.Controller):
# write fcm_token and fcm_token_web in employee
fcm_token_web = kw.get('fcm_token_web')
if employee and fcm_token_web:
employee.sudo().write({'fcm_token_web': s})
employee.sudo().write({'fcm_token_web': fcm_token_web})
dic['token'] = token
http_helper.cleanup();