Slavi Pantaleev 1fc4d175ac
Simplify logout_redirect_url templating and make it safer
Using `to_json` to make it safer.

Judging by the code here 0b24d33c64/src/Lifecycle.ts (L1026-L1032)
it doesn't seem like it leaving `logout_redirect_url` empty will hurt, so this patch removes the `if` block.
2024-12-23 21:02:21 +02:00
..