diff --git a/OAuth2-Front-Approach.md b/OAuth2-Front-Approach.md
index fc8d213..7813ccc 100644
--- a/OAuth2-Front-Approach.md
+++ b/OAuth2-Front-Approach.md
@@ -2,7 +2,7 @@
A way for the `user` to tell `google` to give an access token to `xorismesiti.gr` app
-
+
### OAuth2 Frontend/Backend Flow:
@@ -12,7 +12,7 @@ A way for the `user` to tell `google` to give an access token to `xorismesiti.gr
| 2 | Exchange Code with Token | Front ⇢ Back ⇢ Google ⇢ Back ⇢ Front |
| 4 | Use Token | Front ⇢ Google ⇢ Front |
-
+
### OAuth2 Frontend/Backend Flow Details: