Skip to content

Commit 294ed43

Browse files
committed
Adjust error message
1 parent 5e7de31 commit 294ed43

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

auth.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,8 +662,7 @@ func authenticateWithConfig(sc *snowflakeConn) error {
662662
if until := value.(time.Time); time.Now().Before(until) {
663663
sc.cleanup()
664664
return fmt.Errorf(
665-
"External browser sign-in failed recently. Fix the issue (e.g., IP restriction or identity provider error) and try again in about %d seconds.",
666-
int(expBackoffWindow.Seconds()),
665+
"External browser sign-in failed recently. Address the issue (e.g., IP restriction or identity provider error) and try again",
667666
)
668667
}
669668
lastFail.Delete(key)

0 commit comments

Comments
 (0)