mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -05:00
chore: open Stripe payment management page in new tab
This commit is contained in:
parent
bdb10db434
commit
ed2d38670d
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ const useSubscribe = () => {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
window.location.assign(redirectUri);
|
window.open(redirectUri, '_blank', 'noopener,noreferrer');
|
||||||
} catch (error: unknown) {
|
} catch (error: unknown) {
|
||||||
void toastResponseError(error);
|
void toastResponseError(error);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue