Skip to content

Commit

Permalink
fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeetasse committed Apr 3, 2024
1 parent 0be76dd commit 0102f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func main() {
AuthLdapMailAttr: c.Auth.Ldap.MailAttr,
AuthLdapCnAttr: c.Auth.Ldap.CnAttr,
AuthHeaderUsernameHeader: c.Auth.Header.UsernameHeader,
AuthHeaderEmailHeader: c.Auth.Header.EmailHeader,
AuthHeaderEmailHeader: c.Auth.Header.EmailHeader,
AllowGuests: c.Config.AllowGuests,
AllowRegistration: c.Config.AllowRegistration,
ShowActiveCountries: c.Config.ShowActiveCountries,
Expand Down

0 comments on commit 0102f28

Please sign in to comment.