We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459ea22 commit dbf77e1Copy full SHA for dbf77e1
src/app/app.component.ts
@@ -50,7 +50,7 @@ export class AppComponent implements OnInit {
50
51
openAuthWindow() {
52
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}`;
+ const AUTH_URL = `https://www.phone.email/auth/log-in?client_id=${this.CLIENT_ID}&redirect_url=${REDIRECT_URL}`;
54
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);
55
}
56
0 commit comments