@chapeaux/cpx-user
Advanced tools
Comparing version 0.8.3 to 0.8.5
@@ -162,3 +162,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
userID: this.user['userID'], | ||
lastLoginDate: this.user['auth_time'], | ||
lastLoginDate: this.user['auth_time'] ? (new Date(this.user['auth_time'] * 1000)).toISOString() : '', | ||
loggedIn: parseInt(this.user['loggedIn']) ? "true" : "false", | ||
@@ -165,0 +165,0 @@ hashedEmail: hashedEmail |
{ | ||
"name": "@chapeaux/cpx-user", | ||
"version": "0.8.3", | ||
"version": "0.8.5", | ||
"description": "Chapeaux User Component", | ||
@@ -5,0 +5,0 @@ "type": "module", |
50218