summaryrefslogtreecommitdiff
path: root/modules/auth-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auth-config.el')
-rw-r--r--modules/auth-config.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/auth-config.el b/modules/auth-config.el
index 52032c2a..83a7e2d0 100644
--- a/modules/auth-config.el
+++ b/modules/auth-config.el
@@ -23,6 +23,7 @@
;;; Code:
+(require 'system-lib)
(eval-when-compile (require 'user-constants)) ;; defines authinfo-file location
;; -------------------------------- Auth Sources -------------------------------
@@ -95,7 +96,7 @@ This function re-implements the intended behavior with cache enabled."
;; Apply the fix via advice (survives package updates)
(with-eval-after-load 'oauth2-auto
(advice-add 'oauth2-auto--plstore-read :override #'cj/oauth2-auto--plstore-read-fixed)
- (message "✓ oauth2-auto cache fix applied via advice"))
+ (cj/log-silently "✓ oauth2-auto cache fix applied via advice"))
;; ------------------------ Authentication Reset Utility -----------------------