Skip to content

Commit

Permalink
add query params for redirection to app.satt.com (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Jan 25, 2024
1 parent ee0bc6a commit c46b1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/components/header/header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export class HeaderComponent implements OnInit, OnDestroy, AfterViewInit {
.subscribe((e: any) => {});
}
metaMaskConnect() {
window.open(environment.metaMaskDomaine , '_self');
window.open(environment.metaMaskDomaine + '/welcome?redirection=true' , '_self');
}
goToSocials() {
if (this.isLayoutDesktop) {
Expand Down

0 comments on commit c46b1de

Please sign in to comment.