Skip to content

Commit 337c204

Browse files
committed
fix: auth solvro domain
1 parent c1bd8c0 commit 337c204

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.solvro.com";
136+
this.config.solvroAuthUrl || "https://auth.solvro.pl";
137137

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

0 commit comments

Comments
 (0)