From ae7d5546aec8536d39da8b3006a3f3bf278903cc Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Sat, 16 Sep 2023 16:34:15 -0400 Subject: [PATCH] Remove nonsense hint --- lib/app_sources/github.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/app_sources/github.dart b/lib/app_sources/github.dart index 15b9831..e3ceb41 100644 --- a/lib/app_sources/github.dart +++ b/lib/app_sources/github.dart @@ -22,7 +22,6 @@ class GitHub extends AppSource { label: tr('githubPATLabel'), password: true, required: false, - hint: tr('githubPATFormat'), belowWidgets: [ const SizedBox( height: 4,