diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-10-04 10:38:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-10-04 10:38:09 +0200 |
commit | 80b02a47b443280a7b8876c45c2bad0b605a7968 (patch) | |
tree | f1871d61c6044c326de1a4724ebbd737d0fb3431 /templates/traewelling.html.ep | |
parent | 5e2813e36eae43372842b85b0424309b7147678b (diff) |
Traewelling: Warn when bearer token is about to expire
Diffstat (limited to 'templates/traewelling.html.ep')
-rw-r--r-- | templates/traewelling.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/traewelling.html.ep b/templates/traewelling.html.ep index d4e4ffd..acac9fa 100644 --- a/templates/traewelling.html.ep +++ b/templates/traewelling.html.ep @@ -117,7 +117,7 @@ % else { %= $traewelling->{email} % } - verknüpft. + verknüpft. Der Login-Token läuft <%= $traewelling->{expires_on}->strftime('am %d.%m.%Y um %H:%M Uhr') %> ab. </p> </div> </div> |