Displaying users email address on bidding form.

This commit is contained in:
2026-02-21 22:44:31 +01:00
parent 8c3e7b3ee8
commit b2ef39df76

View File

@ -10,7 +10,7 @@ defmodule BeetRoundServerWeb.BiddingLive.Form do
~H"""
<Layouts.app flash={@flash} current_scope={@current_scope}>
<.header>
{@page_title}
{@page_title} ({@current_scope.user.email})
<:subtitle>Bitte gib hier den Betrag ein, den Du monatlich bezahlen willst.</:subtitle>
</.header>
<%= if @bidding.bidding_round == 0 do %>