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

Commit 4a50d2b3 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

WIP: add murenatest account support for openId for test

parent 62329d58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,6 +49,6 @@ class MurenaOpenIdAuthFragment : OpenIdAuthenticationBaseFragment(IdentityProvid
            return
        }

        proceedNext(userName, "https://murena.io/remote.php/dav/files/$userName")
        proceedNext(userName, "https://murenatest.io/remote.php/dav/files/$userName")
    }
}