Skip to content

Commit 6970b4f

Browse files
committed
server: Fix formatting of credential provider note
1 parent 34b6b09 commit 6970b4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/credential_provider.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import "sync"
44

55
// interface for user credential provider
66
// hint: can be extended for more functionality
7-
// =================================IMPORTANT NOTE===============================
8-
// if the password in a third-party credential provider could be updated at runtime, we have to invalidate the caching
7+
//
8+
// Note: if the password in a third-party credential provider could be updated at runtime, we have to invalidate the caching
99
// for 'caching_sha2_password' by calling 'func (s *Server)InvalidateCache(string, string)'.
1010
type CredentialProvider interface {
1111
// check if the user exists

0 commit comments

Comments
 (0)