Skip to content

Commit d593078

Browse files
committed
fix: update default Solvro auth URL to the correct domain
1 parent 9c3695c commit d593078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ally-solvro-auth/src/driver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class SolvroAuthDriver
133133
this.config.realm = this.config.realm || "solvro";
134134

135135
this.config.solvroAuthUrl =
136-
this.config.solvroAuthUrl || "https://auth.s.solvro.com";
136+
this.config.solvroAuthUrl || "https://auth.solvro.com";
137137

138138
if (this.config.solvroAuthUrl) {
139139
this.authorizeUrl = this.buildSolvroAuthUrl("auth");

0 commit comments

Comments
 (0)