
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update src/shared/utils/app/convert-comment-sort-type.ts Co-authored-by: SleeplessOne1917 <abias1122@gmail.com> * prettier pass --------- Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
5 lines
158 B
TypeScript
5 lines
158 B
TypeScript
export default function isAuthPath(pathname: string) {
|
|
return /create_.*|inbox|settings|admin|reports|registration_applications/g.test(
|
|
pathname
|
|
);
|
|
}
|