Skip to content

Commit 779715d

Browse files
committed
Ensure resetSession actually resets all relevant vars
1 parent 1909f79 commit 779715d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/platform/authentication/auth.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ func (s *Auth) updateRollbarPerson() {
185185
}
186186

187187
func (s *Auth) resetSession() {
188+
s.clientAuth = nil
189+
s.lastRenewal = nil
188190
s.bearerToken = ""
189191
s.user = nil
190192
}

0 commit comments

Comments
 (0)