File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/de/presti/ree6/backend Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212
1313 <groupId >de.presti.ree6</groupId >
1414 <artifactId >Webinterface-Backend</artifactId >
15- <version >4.0.15 </version >
15+ <version >4.0.17 </version >
1616 <name >Webinterface-Backend</name >
1717 <description >The Backend for the Webinterface</description >
1818
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ public void load(String[] args) {
163163 .build ();
164164
165165 TwitchAuth .registerIdentityProvider (credentialManager , getConfig ().getConfiguration ().getString ("twitch.client.id" ),
166- getConfig ().getConfiguration ().getString ("twitch.client.secret" ), Data .getTwitchRedirectUrl ());
166+ getConfig ().getConfiguration ().getString ("twitch.client.secret" ), Data .getTwitchRedirectUrl (), false );
167167
168168 twitchIdentityProvider = (TwitchIdentityProvider ) credentialManager .getIdentityProviderByName ("twitch" ).orElse (null );
169169
You can’t perform that action at this time.
0 commit comments