Skip to content

Commit

Permalink
fix: Extend UID max length to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Nov 25, 2024
1 parent 41f57dd commit 9eb13c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enka_to_go/web_app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async def add_controls(self) -> None:
ref=self.uid_text_field,
label="UID",
hint_text="901211014",
max_length=9,
max_length=10,
value=storage_uid,
on_submit=self._on_submit,
),
Expand Down

0 comments on commit 9eb13c7

Please sign in to comment.