Skip to content

Commit 7e6bd5b

Browse files
committed
add Oauth2 auth point for server
1 parent 15ab63b commit 7e6bd5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package dev.findfirst.users.model.oauth2;
22

3-
public record Oauth2Source(String provider, String iconUrl) {
3+
public record Oauth2Source(String provider, String iconUrl, String authEndpoint) {
44

55
}

0 commit comments

Comments
 (0)