Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Sep 2, 2024
1 parent b5418d1 commit dcaa273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>de.presti.ree6</groupId>
<artifactId>Webinterface-Backend</artifactId>
<version>4.0.15</version>
<version>4.0.17</version>
<name>Webinterface-Backend</name>
<description>The Backend for the Webinterface</description>

Expand Down
2 changes: 1 addition & 1 deletion Backend/src/main/java/de/presti/ree6/backend/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void load(String[] args) {
.build();

TwitchAuth.registerIdentityProvider(credentialManager, getConfig().getConfiguration().getString("twitch.client.id"),
getConfig().getConfiguration().getString("twitch.client.secret"), Data.getTwitchRedirectUrl());
getConfig().getConfiguration().getString("twitch.client.secret"), Data.getTwitchRedirectUrl(), false);

twitchIdentityProvider = (TwitchIdentityProvider) credentialManager.getIdentityProviderByName("twitch").orElse(null);

Expand Down

0 comments on commit dcaa273

Please sign in to comment.