This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/web/src/constants.ts

8 lines
291 B
TypeScript
Raw Normal View History

export const PRIMARY_CLASS = "pf-m-primary";
export const SUCCESS_CLASS = "pf-m-success";
export const ERROR_CLASS = "pf-m-danger";
export const PROGRESS_CLASS = "pf-m-in-progress";
export const CURRENT_CLASS = "pf-m-current";
2021-03-09 13:24:01 +00:00
export const VERSION = "2021.3.3";
2021-03-02 14:12:26 +00:00
export const PAGE_SIZE = 20;