feat/auth-hook: add post auth hook

This commit is contained in:
HEUDavid
2026-02-10 08:53:23 +08:00
parent d536110404
commit 8a565dcad8
2 changed files with 8 additions and 10 deletions

View File

@@ -78,4 +78,5 @@ func (ts *CodexTokenStorage) SaveTokenToFile(authFilePath string) error {
return fmt.Errorf("failed to write token to file: %w", err)
}
return nil
}