Skip to content

Commit

Permalink
label for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jul 18, 2024
1 parent a3d1e97 commit 7af6484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class _PostingKeyAuthViewState extends State<PostingKeyAuthView> {
textEditingController: postingKeyController),
const Gap(20),
AuthButton(
authType: AuthType.postingKey, onTap: onPostingLoginTap, "Login"),
authType: AuthType.postingKey, onTap: onPostingLoginTap, label: "Login"),
],
),
),
Expand Down

0 comments on commit 7af6484

Please sign in to comment.