From bd146d7a62240534eb9d3194b6b07fb720072d3a Mon Sep 17 00:00:00 2001 From: Mari Date: Thu, 6 Jul 2023 16:36:29 +0200 Subject: [PATCH] fix --- src/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui.py b/src/ui.py index d3ed0a9..3093f7b 100644 --- a/src/ui.py +++ b/src/ui.py @@ -48,7 +48,7 @@ class AuthTokenInput(Modal, title="Enter Authentication Token"): auth_embed = Embed( type="rich", title="Login using University Account", - url=env.url + "auth/token", + url=env.url + "token", colour=Colour.blurple(), timestamp=datetime.now(), description=auth_embed_description,