We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ab63b commit 7e6bd5bCopy full SHA for 7e6bd5b
1 file changed
server/src/main/java/dev/findfirst/users/model/oauth2/Oauth2Source.java
@@ -1,5 +1,5 @@
1
package dev.findfirst.users.model.oauth2;
2
3
-public record Oauth2Source(String provider, String iconUrl) {
+public record Oauth2Source(String provider, String iconUrl, String authEndpoint) {
4
5
}
0 commit comments