Skip to content

Commit

Permalink
fix Login template
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ba committed Apr 12, 2024
1 parent 7e5b759 commit 902ce1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,3 @@ lib.frontenduseravatar {
}
}
}


lib.frontenduserlogoutbutton = COA_INT
lib.frontenduserlogoutbutton {
10 = TEXT
10.value = LOGOUT
10.typolink {
parameter.data = TSFE:id
additionalParams = &logintype=logout
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div id="main-content main__login">
<f:for each="{content}" as="column">
<f:for each="{column.blocks}" as="block">
<uzi:renderBlock data="{block}"/>
<uzi:renderBlock block="{block}"/>
</f:for>
</f:for>
</div>
Expand Down

0 comments on commit 902ce1d

Please sign in to comment.