new mih auth package

This commit is contained in:
2025-07-02 16:04:05 +02:00
parent 2a269e0407
commit b4d8776443
6 changed files with 1159 additions and 36 deletions

View File

@@ -46,14 +46,12 @@ class _SignInState extends State<SignIn> {
//sign user in
Future<void> signUserIn() async {
//var _backgroundColor = Colors.transparent;
showDialog(
context: context,
builder: (context) {
return const Mihloadingcircle();
},
);
try {
var response = await http.post(
Uri.parse("$baseAPI/auth/signin"),