From 80e0c6318799b69c235ebd86d27cce129b92849c Mon Sep 17 00:00:00 2001 From: James Berry Date: Mon, 24 Aug 2026 19:38:16 +0100 Subject: [PATCH] Add niantic_jwt login source --- rotom.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/rotom.proto b/rotom.proto index db1eb8f..a07277b 100644 --- a/rotom.proto +++ b/rotom.proto @@ -17,6 +17,7 @@ message MitmRequest { FB = 3; GOOGLE = 4; N_KIDS = 5; + NIANTIC_JWT = 6; } string username = 1;