We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3890a56 commit a958ac1Copy full SHA for a958ac1
packages/backend/src/api/resources/SamlAccount.ts
@@ -47,7 +47,7 @@ export class SamlAccount {
47
* The date when the SAML account was last authenticated.
48
*/
49
readonly lastAuthenticatedAt: number | null,
50
- ) { }
+ ) {}
51
52
static fromJSON(data: SamlAccountJSON): SamlAccount {
53
return new SamlAccount(
0 commit comments