update register

parent 79729da0
...@@ -422,21 +422,13 @@ class _LoginPageState extends State<LoginPage> with TickerProviderStateMixin { ...@@ -422,21 +422,13 @@ class _LoginPageState extends State<LoginPage> with TickerProviderStateMixin {
size: 20, size: 20,
), ),
), ),
<<<<<<< HEAD
// Text( // Text(
// 'Login with Facebook', // 'Login with Facebook',
// style: TextStyle(fontSize: SizeConfig.getFontSize(12)), // style: TextStyle(fontSize: SizeConfig.getFontSize(12)),
// textAlign: TextAlign.center, // textAlign: TextAlign.center,
// ), // ),
=======
Text(
'Login with Facebook',
style: TextStyle(
fontSize: SizeConfig.getFontSize(12),
),
textAlign: TextAlign.center,
),
>>>>>>> bbd6fddd2ff413358ecc7117e9f4496df35def75
], ],
), ),
), ),
......
...@@ -65,7 +65,7 @@ letCheckData() async { ...@@ -65,7 +65,7 @@ letCheckData() async {
else { else {
await letregis(); await letregis();
print("complete"); print("completeee");
} }
} catch (e) { } catch (e) {
Alert( Alert(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment