Merging dev into master #80

Merged
azpect merged 7 commits from dev into master 2026-01-26 23:34:00 -07:00
Showing only changes of commit aca3c8b4ee - Show all commits

View File

@ -58,8 +58,6 @@ func (s *AuthService) GetGoogleAuthUrl() string {
oauth2.ApprovalForce, oauth2.ApprovalForce,
) )
logging.LogAll(s.logs, logging.LogLevelDebug, "Generated Google authentication URL: %s", url)
return url return url
} }