You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/auth
Tristan Storch 69e332f432 Removed trailing white spaces
Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.
11 years ago
..
apiv1 Fix #340 11 years ago
ldap Removed trailing white spaces 11 years ago
admin.go Finish new admin users pages 11 years ago
auth.go Fix #340 11 years ago
auth_form.go New UI merge in progress 11 years ago
org.go Finish team list, create new team, join/leave team page 11 years ago
publickey_form.go New UI merge in progress 11 years ago
repo_form.go Finish new web hook pages 11 years ago
user_form.go Page: `/org/:orgname/settings` 11 years ago