Skip to content

Commit 5b57b96

Browse files
authored
fixed not existing command for e2b cli auth used in api error message (#476)
1 parent ead25f0 commit 5b57b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/internal/auth/middleware.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func CreateAuthenticationFunc(
152152
},
153153
validationFunction: userValidationFunction,
154154
contextKey: UserIDContextKey,
155-
errorMessage: "Invalid Access token, try to login again by running `e2b login`.",
155+
errorMessage: "Invalid Access token, try to login again by running `e2b auth login`.",
156156
},
157157
&commonAuthenticator[uuid.UUID]{
158158
securitySchemeName: "Supabase1TokenAuth",

0 commit comments

Comments
 (0)