Skip to content

Commit

Permalink
fix: 이름이 영어라 깨지는 문제 해결 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhhong0509 authored Oct 23, 2022
1 parent 2155c92 commit c0f623e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AuthorityRepositorySpiImpl(
private val accessManagementRepository: UserAccessManagementRepository
) : AuthorityRepositorySpi {
companion object {
private val DEFAULT_NAME_LIST = listOf("학생")
private val DEFAULT_NAME_LIST = listOf("student")
}

override suspend fun getBaseUserAuthorities(): List<Authority> {
Expand Down

0 comments on commit c0f623e

Please sign in to comment.