fix: build
This commit is contained in:
parent
8633a05623
commit
5c709f1bbb
@ -165,7 +165,7 @@ h4
|
||||
margin-top: var(--current-header-height)
|
||||
margin-left: 0
|
||||
|
||||
:target:not(table :target)::before
|
||||
:target:not(table, .show-hide__toggle)::before
|
||||
content: ""
|
||||
display: block
|
||||
height: var(--current-header-height)
|
||||
|
||||
@ -14,7 +14,10 @@ import qualified Database.Esqueleto.Utils as E
|
||||
|
||||
import Development.GitRev
|
||||
|
||||
import Auth.LDAP (ADError(..), ADInvalidCredentials(..))
|
||||
import Auth.LDAP (ADError(..), ADInvalidCredentials(..), CampusMessage(..))
|
||||
|
||||
import Yesod.Auth.Message(AuthMessage(..))
|
||||
|
||||
|
||||
-- | Versionsgeschichte
|
||||
getVersionR :: Handler TypedContent
|
||||
|
||||
@ -8,7 +8,7 @@ $newline never
|
||||
|
||||
<br>
|
||||
|
||||
Falls nicht („_{MsgInvalidLogin}“), ist davon auszugehen, dass Sie #
|
||||
Falls nicht („_{InvalidLogin}“), ist davon auszugehen, dass Sie #
|
||||
Ihre Anmeldedaten falsch eingeben oder #
|
||||
<a href=^{faqLink FAQNoCampusAccount}>keine LMU-Benutzerkennung #
|
||||
(ehem. Campus-Kennung) besitzen</a>.
|
||||
|
||||
@ -7,7 +7,7 @@ $newline never
|
||||
|
||||
<br>
|
||||
|
||||
If you cannot (“_{MsgInvalidLogin}”), this means that you are #
|
||||
If you cannot (“_{InvalidLogin}”), this means that you are #
|
||||
entering your login data wrong or that you #
|
||||
<a href=^{faqLink FAQNoCampusAccount}>do not have a LMU user ID #
|
||||
(formerly Campus-ID)</a>.
|
||||
@ -41,8 +41,8 @@ $newline never
|
||||
|
||||
<br>
|
||||
|
||||
Under “_{MsgCampusIdent}” please enter either your entire LMU user #
|
||||
ID, which is identical to your <code>@campus.lmu.de</code> email #
|
||||
Under “_{MsgCampusIdent}” please enter your entire LMU user ID, #
|
||||
which is identical to your <code>@campus.lmu.de</code> email #
|
||||
address.
|
||||
|
||||
<p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user