Skip to content

Commit

Permalink
fix linting [ci:force]
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Apr 17, 2024
1 parent 4a4c050 commit a5036d8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ export class BasicAlfrescoAuthService extends BaseAuthenticationService {
});
}

reset(): void {}
reset(): void {
// do nothing
}

/**
* Gets the URL to redirect to after login.
Expand Down

0 comments on commit a5036d8

Please sign in to comment.