Addressing comment

This commit is contained in:
darth-coder00 2021-08-03 22:49:47 +05:30
parent 53dee5c114
commit a4732162cd

View File

@ -204,7 +204,7 @@ const AuthProvider: FunctionComponent<AuthProviderProps> = ({
if (status === ClientErrors.FORBIDDEN) {
showToast({
variant: 'error',
body: 'User does not have permission for this action!',
body: 'You do not have permission for this action!',
});
}
}