Skip to content

Commit

Permalink
🔧 fix(security): corrected method name in UsersRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed May 21, 2024
1 parent b9315db commit c005ee9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public interface UsersRepository extends R2dbcRepository<User, Long> {
Mono<User> findByCode(String code);

/**
* get tenant by username
* get user by username
*
* @param username username
* @return user entity
Expand Down

0 comments on commit c005ee9

Please sign in to comment.