Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari-W committed Jul 6, 2023
1 parent ca6dae1 commit bd146d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bd146d7

Please sign in to comment.