/
githubmirror
/
pocketbase
Обзор
Документация
Войти
/
githubmirror
/
pocketbase
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ui/src/auth/pageOAuth2RedirectFailure.js
20 строк
633 B
Gani Georgiev
merge newui branch
18 апр 2026, 16:50
18 апр 2026, 16:50
4c44044
Код
Авторство
О чём код?
export function pageOAuth2RedirectFailure(route) { app.store.title = "OAuth2 auth failed"; window.close(); return t.div( { pbEvent: "pageOAuth2RedirectFailure", className: "page" }, t.div( { className: "page-content" }, t.header( { className: "txt-center p-base" }, t.h3({ className: "primary-heading m-b-sm" }, "Auth failed."), t.h6( { className: "secondary-heading" }, "You can close this window and go back to the app to try again.", ), ), ), ); }