Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b456764 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge branch '000-main-applounge' into 'main'

Fix login issue

See merge request !703
parents 51b6f0ac e7ad7c9c
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ class AC2DMTask @Inject constructor(
        params["add_account"] = 1
        params["Token"] = oAuthToken
        params["callerSig"] = "38918a453d07199354f8b19af05ec6562ced5788"
        params["droidguard_results"] = "null"

        val body = params.map { "${it.key}=${it.value}" }.joinToString(separator = "&")
        val header = mapOf(