Skip to content

Commit 5152d67

Browse files
committed
(TP-77) feat: change getName return email
1 parent 44f59b2 commit 5152d67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rentplace/src/main/java/kattsyn/dev/rentplace/auth/JwtAuthentication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ public void setAuthenticated(boolean isAuthenticated) throws IllegalArgumentExce
5050

5151
@Override
5252
public String getName() {
53-
return name;
53+
return email;
5454
}
5555
}

0 commit comments

Comments
 (0)