1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-28 06:19:54 +02:00
gitea/models/auth
6543 a3f05d0d98
remove util.OptionalBool and related functions (#29513)
and migrate affected code

_last refactoring bits to replace **util.OptionalBool** with
**optional.Option[bool]**_
2024-03-02 16:42:31 +01:00
..
access_token_scope_test.go
access_token_scope.go
access_token_test.go
access_token.go
auth_token.go
main_test.go
oauth2_list.go
oauth2_test.go
oauth2.go
session.go
source_test.go
source.go
twofactor.go
webauthn_test.go
webauthn.go