chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Authentication-related constants for the Ray dashboard.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Event name dispatched when an authentication error occurs (401 or 403).
|
||||
* Listened to by App.tsx to show the authentication dialog.
|
||||
*/
|
||||
export const AUTHENTICATION_ERROR_EVENT = "ray-authentication-error";
|
||||
Reference in New Issue
Block a user