Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
reorg account init in truthsayer to make usage deterministic (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergNikitin authored Jan 30, 2023
1 parent ddfa36f commit 6293c7c
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 253 deletions.
2 changes: 1 addition & 1 deletion smuggler-api/src/auth/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class UserAccount extends AnonymousAccount {
return this._lc
}

isAuthenticated(): boolean {
isAuthenticated(): true {
return true
}
}
Expand Down
Loading

0 comments on commit 6293c7c

Please sign in to comment.