We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bd8c0 commit 337c204Copy full SHA for 337c204
packages/ally-solvro-auth/src/driver.ts
@@ -133,7 +133,7 @@ export class SolvroAuthDriver
133
this.config.realm = this.config.realm || "solvro";
134
135
this.config.solvroAuthUrl =
136
- this.config.solvroAuthUrl || "https://auth.solvro.com";
+ this.config.solvroAuthUrl || "https://auth.solvro.pl";
137
138
if (this.config.solvroAuthUrl) {
139
this.authorizeUrl = this.buildSolvroAuthUrl("auth");
0 commit comments