From 1e3402097975d205950f330edbd063244d97ca89 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Thu, 12 Sep 2024 12:32:58 -0300 Subject: [PATCH] added get_auth_token command --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 1f00069..0873eff 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -29,6 +29,7 @@ pub fn init() -> Extension { Extension::build() .command("uuid", get_uuid) + .command("get_auth_token", commands::get_auth_token) .group( "markers", Group::new()