Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/app/main/data/auth.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
;; (outside ForwardAuth) instead of Penpot's own root, which would silently re-auth.
host (.-host js/location)
protocol (.-protocol js/location)
portal-host (.replace host #"^[^.]*\." "foss.")
portal-host (.replace host #"^[^.]*\." "moneta.")
portal-uri (str protocol "//" portal-host)
logged-out-ev (logged-out {:redirect-uri portal-uri})]
(->> (rx/interval 500)
Expand Down
Loading