diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-19 11:36:13 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-19 11:36:13 +0200 |
commit | bdb9af5a26f49799cb1feec866d289513eb09e7b (patch) | |
tree | 4cc3e618813091316a8d0bf6d7570e830c231271 /main.go | |
parent | 24600c8787f949d0de2596a9c6b54a38474e461a (diff) | |
download | guichet-bdb9af5a26f49799cb1feec866d289513eb09e7b.tar.gz guichet-bdb9af5a26f49799cb1feec866d289513eb09e7b.zip |
Garage key page info
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -255,6 +255,7 @@ func checkLogin(w http.ResponseWriter, r *http.Request) *LoginStatus { "mail", "memberof", "description", + "garage_s3_access_key", FIELD_NAME_DIRECTORY_VISIBILITY, FIELD_NAME_PROFILE_PICTURE, }, |