diff options
author | 2024-06-07 16:21:57 +0200 | |
---|---|---|
committer | 2024-06-07 15:21:57 +0100 | |
commit | ce3b8aacf73b841887f3eec631851d086a7578f1 (patch) | |
tree | 3c0ab7a93ffddc952e39c33140414106019e39e8 /internal/config/helpers.gen.go | |
parent | [chore] Update WASM go-sqlite3 to v0.16.1 (#2976) (diff) | |
download | gotosocial-ce3b8aacf73b841887f3eec631851d086a7578f1.tar.xz |
[chore] Warn about email/password change when using OIDC (#2975)
* [chore] Warn about email/password change when using OIDC
* go fmt
Diffstat (limited to 'internal/config/helpers.gen.go')
-rw-r--r-- | internal/config/helpers.gen.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/config/helpers.gen.go b/internal/config/helpers.gen.go index edfe96e57..71a77e753 100644 --- a/internal/config/helpers.gen.go +++ b/internal/config/helpers.gen.go @@ -2,7 +2,7 @@ // GoToSocial // Copyright (C) GoToSocial Authors admin@gotosocial.org // SPDX-License-Identifier: AGPL-3.0-or-later -// +// // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or @@ -4074,4 +4074,3 @@ func GetRequestIDHeader() string { return global.GetRequestIDHeader() } // SetRequestIDHeader safely sets the value for global configuration 'RequestIDHeader' field func SetRequestIDHeader(v string) { global.SetRequestIDHeader(v) } - |