3 lines
120 B
TypeScript
3 lines
120 B
TypeScript
/** Reading width for the branded auth screens (login, OTP, role selection). */
|
|
export const AUTH_CARD_MAX_WIDTH = 420;
|