Skip to content

Commit 52c23fb

Browse files
committed
update sign out message
1 parent 8dcd958 commit 52c23fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/httpmw/apikey.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type OAuth2Configs struct {
5151
Github OAuth2Config
5252
}
5353

54-
const signedOutErrorMessage string = "You are signed out. Please sign in to continue."
54+
const signedOutErrorMessage string = "You are signed out or your session has expired. Please sign in again to continue."
5555

5656
// ExtractAPIKey requires authentication using a valid API key.
5757
// It handles extending an API key if it comes close to expiry,

0 commit comments

Comments
 (0)