mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-06 11:09:28 +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
|
// will show choice chips for the available authentication methods
|
||||||
// authToken method is always available
|
// authToken method is always available
|
||||||
final methodChoice = useState<AuthMethodChoice>(
|
final methodChoice = useState<AuthMethodChoice>(
|
||||||
// ! TODO revert to local when openID debugging is done
|
localAvailable ? AuthMethodChoice.local : AuthMethodChoice.authToken,
|
||||||
localAvailable ? AuthMethodChoice.openid : AuthMethodChoice.authToken,
|
|
||||||
);
|
);
|
||||||
|
|
||||||
final apiSettings = ref.watch(apiSettingsProvider);
|
final apiSettings = ref.watch(apiSettingsProvider);
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,6 @@ class MyAppRouter {
|
||||||
BuildContext context,
|
BuildContext context,
|
||||||
GoRouterState state,
|
GoRouterState state,
|
||||||
) {
|
) {
|
||||||
// TODO: handle the open id callback
|
|
||||||
// extract the code and state from the uri
|
// extract the code and state from the uri
|
||||||
final code = state.uri.queryParameters['code'];
|
final code = state.uri.queryParameters['code'];
|
||||||
final stateParam = state.uri.queryParameters['state'];
|
final stateParam = state.uri.queryParameters['state'];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue