Skip to content

Commit dbf77e1

Browse files
committed
update
1 parent 459ea22 commit dbf77e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class AppComponent implements OnInit {
5050

5151
openAuthWindow() {
5252
const REDIRECT_URL = window.location.href;
53-
const AUTH_URL = `https://auth.phone.email/log-in?client_id=${this.CLIENT_ID}&redirect_url=${REDIRECT_URL}`;
53+
const AUTH_URL = `https://www.phone.email/auth/log-in?client_id=${this.CLIENT_ID}&redirect_url=${REDIRECT_URL}`;
5454
window.open(AUTH_URL, 'peLoginWindow', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=560,top=' + (window.screen.height - 600) / 2 + ',left=' + (window.screen.width - 500) / 2);
5555
}
5656

0 commit comments

Comments
 (0)