diff --git a/lang/tk.json b/lang/tk.json
index 022b76b..6b56cd2 100644
--- a/lang/tk.json
+++ b/lang/tk.json
@@ -258,5 +258,7 @@
"Go to home": "Baş sahypa git",
"Payment is successful": "Töleg geçdi",
"Payment has failed": "Töleg geçmedi",
- "Help": "Kömek"
+ "Help": "Kömek",
+ "Successfully logged in": "Üstünlik bilen girdiňiz",
+ "Please wait while we redirect you to your personal account": "Şahsy hasabyňyza geçýänçä garaşyň"
}
diff --git a/public/assets/js/fn.js b/public/assets/js/fn.js
index 874c616..a5d7fe1 100644
--- a/public/assets/js/fn.js
+++ b/public/assets/js/fn.js
@@ -19,8 +19,9 @@ async function postData(url = '', data = {}) {
cache: 'no-cache',
credentials: 'same-origin',
headers: {
- 'Content-Type': 'application/json',
- 'X-Requested-With': 'XMLHttpRequest'
+ 'Accept': 'application/json',
+ 'Content-Type': 'application/json',
+ 'X-Requested-With': 'XMLHttpRequest'
},
referrerPolicy: 'no-referrer',
body: JSON.stringify(data)
diff --git a/resources/views/vendor/nova/pages/login.blade.php b/resources/views/vendor/nova/pages/login.blade.php
index a4a9b69..dab97c6 100644
--- a/resources/views/vendor/nova/pages/login.blade.php
+++ b/resources/views/vendor/nova/pages/login.blade.php
@@ -2,15 +2,27 @@
@push('js')
@endpush
diff --git a/resources/views/vendor/nova/pages/register.blade.php b/resources/views/vendor/nova/pages/register.blade.php
index c39bd95..af59036 100644
--- a/resources/views/vendor/nova/pages/register.blade.php
+++ b/resources/views/vendor/nova/pages/register.blade.php
@@ -2,16 +2,27 @@
@push('js')
@endpush