mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-10 20:03:00 +02:00
10 lines
275 B
Text
10 lines
275 B
Text
![]() |
= form_tag '/auth/browser_id/callback', id: 'browser-id-form'
|
||
|
= hidden_field_tag(:assertion)
|
||
|
|
||
|
- if signed_in?
|
||
|
= link_to session_path, data: { method: :delete, logout: true }
|
||
|
| Abmelden
|
||
|
- else
|
||
|
= link_to session_path, data: { 'persona-login' => true }
|
||
|
| Anmelden
|