Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed May 30, 2024
1 parent b5ccec5 commit cd5a18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class _LoginPromptState extends State<LoginPrompt> {
};

if (widget.name != null) {
args['name'] = widget.name!;
args['username'] = widget.name!;
}

authChannel.invokeMethod<void>('auth', args).then((_) {
Expand Down

0 comments on commit cd5a18f

Please sign in to comment.