create-bar-project
Version:
This module helps create a base for web application projects.
13 lines (9 loc) • 348 B
text/typescript
import cogoToast from 'cogo-toast';
export const alertMessage = cogoToast;
export const alertStrings = {
logInSuccess: 'Logged In Successfully',
logOutSuccess: 'Logged Out Successfully',
logInError: 'Could Not Log In To The System',
noAccess: 'You must log in as admin to access this page',
};
export const hideAfterTimeSec = 3;