We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3695c commit d593078Copy full SHA for d593078
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.s.solvro.com";
+ this.config.solvroAuthUrl || "https://auth.solvro.com";
137
138
if (this.config.solvroAuthUrl) {
139
this.authorizeUrl = this.buildSolvroAuthUrl("auth");
0 commit comments