Skip to content

Commit

Permalink
fix: make not ephemeral everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Dec 11, 2024
1 parent 9b0bafb commit 7332660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class CreateIdentityRecoveryKitUseCase extends UseCase<CreateIdentityReco

await this.accountController.syncDatawallet();

return Result.ok(TokenMapper.toTokenDTO(token, true));
return Result.ok(TokenMapper.toTokenDTO(token, false));
}

private async removeBackupDevices(backupDevices: Device[]) {
Expand Down

0 comments on commit 7332660

Please sign in to comment.