Quellcode durchsuchen

feat: add lastLoginAt field to user login data

Dave vor 1 Monat
Ursprung
Commit
13263a21cb
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      apps/box-app-api/src/feature/auth/auth.service.ts

+ 1 - 0
apps/box-app-api/src/feature/auth/auth.service.ts

@@ -69,6 +69,7 @@ export class AuthService {
             data: {
               machine,
               updateAt: nowSec,
+              lastLoginAt: nowSec,
             },
           });
         } catch (e) {