We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcd958 commit 52c23fbCopy full SHA for 52c23fb
coderd/httpmw/apikey.go
@@ -51,7 +51,7 @@ type OAuth2Configs struct {
51
Github OAuth2Config
52
}
53
54
-const signedOutErrorMessage string = "You are signed out. Please sign in to continue."
+const signedOutErrorMessage string = "You are signed out or your session has expired. Please sign in again to continue."
55
56
// ExtractAPIKey requires authentication using a valid API key.
57
// It handles extending an API key if it comes close to expiry,
0 commit comments