✨ 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()
|
||||
public code?: string;
|
||||
|
||||
@Expose()
|
||||
public resent?: boolean;
|
||||
|
||||
@Expose()
|
||||
public expire_at?: Date;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user