mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-09 12:39:29 +00:00
remove TODO comments
This commit is contained in:
parent
61aeaf429f
commit
39286d9e10
2 changed files with 1 additions and 3 deletions
|
|
@ -101,8 +101,7 @@ class UserLoginMultipleAuth extends HookConsumerWidget {
|
|||
// will show choice chips for the available authentication methods
|
||||
// authToken method is always available
|
||||
final methodChoice = useState<AuthMethodChoice>(
|
||||
// ! TODO revert to local when openID debugging is done
|
||||
localAvailable ? AuthMethodChoice.openid : AuthMethodChoice.authToken,
|
||||
localAvailable ? AuthMethodChoice.local : AuthMethodChoice.authToken,
|
||||
);
|
||||
|
||||
final apiSettings = ref.watch(apiSettingsProvider);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue