better error handling
This commit is contained in:
parent
70e009ddf7
commit
67c5252983
16 changed files with 931 additions and 125 deletions
|
|
@ -68,6 +68,7 @@
|
|||
<script>
|
||||
// If callbackUrl is not provided, close the window
|
||||
if (!"{{callbackUrl}}") {
|
||||
window.close();
|
||||
} else {
|
||||
// If callbackUrl is provided, redirect to it
|
||||
window.location.href = "{{callbackUrl}}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue