add: better app data queries
This commit is contained in:
parent
9f61d9ce6a
commit
22aea48cc5
12 changed files with 175 additions and 60 deletions
|
@ -39,6 +39,13 @@
|
|||
(str (text "dialog:action.cancel")))))))
|
||||
(script
|
||||
(text "setTimeout(() => {
|
||||
// {% if app.redirect|length == 0 %}
|
||||
alert(\"App has an invalid redirect. Please contact the owner for help.\");
|
||||
window.close();
|
||||
return;
|
||||
// {% endif %}
|
||||
|
||||
// ...
|
||||
globalThis.authorize = async (event) => {
|
||||
if (
|
||||
!(await trigger(\"atto::confirm\", [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue