bug fix 10

This commit is contained in:
Kallesh B S 2025-09-29 16:38:09 +05:30
parent 4c92d28496
commit 2e3a506c81

View File

@ -46,7 +46,7 @@ export class RolesGuard implements CanActivate {
return true;
} catch (err: any) {
throw new UnauthorizedException('Authentication Failed');
throw new UnauthorizedException('Unauthorized : Please Request Access for this Resource');
}
}
}