Replace Paskia iframe auth flow with plain /auth/ links

Paskia does not support being iframed; the login/profile buttons are now
plain anchors, and a pageshow handler re-probes auth when history
navigation restores a cached page. Drops the paskia JS dependency.
This commit is contained in:
2026-08-19 00:57:35 +00:00
parent 5769747a95
commit 58e5d3ef2b
3 changed files with 28 additions and 58 deletions
-1
View File
@@ -19,7 +19,6 @@
"@lezer/highlight": "^1.2.3",
"codemirror": "^6.0.2",
"overlayscrollbars": "^2.16.0",
"paskia": "file:../../paskia/paskia-js",
"transliteration": "^2.6.1",
"vue": "^3.5.26",
"vuedraggable": "^4.1.0"