Skip to content

Commit 400a522

Browse files
committed
hackathon end commit 11:15AM IST
1 parent d97cad5 commit 400a522

File tree

1 file changed

+0
-5
lines changed
  • lib/views/screens/onboarding_screens/signin_signup_screen/widgets

1 file changed

+0
-5
lines changed

lib/views/screens/onboarding_screens/signin_signup_screen/widgets/signin_view.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ class SignInView extends StatelessWidget {
193193

194194
final account = Account(client);
195195

196-
// Go to OAuth provider login page
197-
198196
try {
199197
await account.createOAuth2Session(provider: 'github', success: "https://help-me-design.sumitpanwar.com");
200198

@@ -204,8 +202,5 @@ class SignInView extends StatelessWidget {
204202
} on AppwriteException catch (e) {
205203
Navigator.pop(context);
206204
}
207-
208-
// account.get();
209-
// account.deleteSession(sessionId: "current");
210205
}
211206
}

0 commit comments

Comments
 (0)