mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
migrate session list page /user security page to composition API and typescript
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ export class SessionInfo {
|
||||
public readonly createdByCli: boolean;
|
||||
public readonly lastSeen: number;
|
||||
|
||||
private constructor(tokenId: string, isCurrent: boolean, deviceType: string, deviceInfo: string, createdByCli: boolean, lastSeen: number) {
|
||||
protected constructor(tokenId: string, isCurrent: boolean, deviceType: string, deviceInfo: string, createdByCli: boolean, lastSeen: number) {
|
||||
this.tokenId = tokenId;
|
||||
this.isCurrent = isCurrent;
|
||||
this.deviceType = deviceType;
|
||||
|
||||
Reference in New Issue
Block a user