Skip to content

Commit 35340cc

Browse files
committed
issue-1206
FusionAuth/fusionauth-issues#1206 Add Nintendo support
1 parent b9dcda0 commit 35340cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/fusionauth/domain/provider/NintendoIdentityProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public boolean equals(Object o) {
5858
if (this == o) {
5959
return true;
6060
}
61-
if (o == null || getClass() != o.getClass()) {
61+
if (!(o instanceof NintendoIdentityProvider)) {
6262
return false;
6363
}
6464
if (!super.equals(o)) {

0 commit comments

Comments
 (0)