From c4fd9c93a63bce7c322aec1fc304b4dc5ac5a9cd Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 2 Jun 2025 10:12:34 +0200 Subject: Split authentication and authorization --- src/dto/auth/WhoAmIDto.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dto') diff --git a/src/dto/auth/WhoAmIDto.js b/src/dto/auth/WhoAmIDto.js index 686194c..5e64282 100644 --- a/src/dto/auth/WhoAmIDto.js +++ b/src/dto/auth/WhoAmIDto.js @@ -6,7 +6,6 @@ import Joi from 'joi'; */ export class WhoAmIDto { userId; - username; deviceId; type; -- cgit 1.5.1