From e9e99b18b6c2d4d7f5899c143b1f91a8215ae60c Mon Sep 17 00:00:00 2001 From: Ana Polo Date: Wed, 11 Dec 2024 16:29:15 +0100 Subject: [PATCH] docs: typo --- src/content/docs/security/security_in_mobile_apps.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/security/security_in_mobile_apps.mdx b/src/content/docs/security/security_in_mobile_apps.mdx index fe0185f..16f656f 100644 --- a/src/content/docs/security/security_in_mobile_apps.mdx +++ b/src/content/docs/security/security_in_mobile_apps.mdx @@ -80,8 +80,8 @@ Use Firebase Authentication for a more secure authentication system. You can fin - [Firebase Authentication](https://firebase.google.com/docs/auth) -- Here you have another interesting article that talks about authentication in Flutter. - - [Flutter authentication with Auth0](https://developer.auth0.com/resources/guides/mobile/flutter/basic-authentication/) +Here you have another interesting article that talks about authentication in Flutter. +- [Flutter authentication with Auth0](https://developer.auth0.com/resources/guides/mobile/flutter/basic-authentication/) More information on _M1: Improper Credential Usage_ [here.](https://owasp.org/www-project-mobile-top-10/2023-risks/m1-improper-credential-usage.html)