Skip to content

Commit

Permalink
refactor setAuthority( string ) ==> setAuthorities( string[] ) #19
Browse files Browse the repository at this point in the history
  • Loading branch information
ohad.r committed Jul 15, 2024
1 parent 1504c0a commit 7c10604
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface AuthenticationAccountRepository /*extends UserDetailsManager*/
getEncodedPassword(username: string): Promise<string>;
getPasswordLastChangeDate(email: string): Promise<Date>;

setAuthority(username: string, authority: string);
setAuthorities(username: string, authorities: string[]);

// LINKS:

Expand Down

0 comments on commit 7c10604

Please sign in to comment.