Skip to content

Commit

Permalink
has identity for is login required
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Aug 30, 2024
1 parent a866a10 commit fdfbd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdkBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export abstract class SdkBase {
* Deprecated
*/
public isLoginRequired() {
return !(this.isLoggedIn() || this._apiClient?.hasActiveRequests());
return this.hasIdentity();
}

public hasIdentity() {
Expand Down

0 comments on commit fdfbd2b

Please sign in to comment.