✨ Adding resent to the TOTP Code
This commit is contained in:
parent
a118b5320f
commit
c3325da39d
@ -28,6 +28,9 @@ export default class TotpCodes extends Resource {
|
|||||||
@Expose()
|
@Expose()
|
||||||
public code?: string;
|
public code?: string;
|
||||||
|
|
||||||
|
@Expose()
|
||||||
|
public resent?: boolean;
|
||||||
|
|
||||||
@Expose()
|
@Expose()
|
||||||
public expire_at?: Date;
|
public expire_at?: Date;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user