Upstream sync
This commit is contained in:
@@ -14,5 +14,6 @@ export { default as providerScheduler } from './profiles/providerScheduler';
|
||||
export { default as superAdmin } from './profiles/superAdmin';
|
||||
export { default as support } from './profiles/support';
|
||||
export { default as techsupportAdmin } from './profiles/techsupportAdmin';
|
||||
export { default as visitReporter } from './profiles/visitReporter';
|
||||
|
||||
export default authorization;
|
||||
|
||||
7
src/utils/authorization/profiles/visitReporter.js
Normal file
7
src/utils/authorization/profiles/visitReporter.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import authorization from '../authorization';
|
||||
|
||||
const visitReporter = authorization({
|
||||
VIRPT: ['provider'],
|
||||
});
|
||||
|
||||
export default visitReporter;
|
||||
Reference in New Issue
Block a user