mirror of https://codeberg.org/gitnex/GitNex.git
Fixing path issues. (#567)
Fixing path issues. Co-authored-by: opyale <opyale@noreply.gitea.io> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/567 Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
This commit is contained in:
parent
e872069093
commit
2412245a9f
|
@ -174,6 +174,7 @@ public class LoginActivity extends BaseActivity {
|
|||
.toUri();
|
||||
|
||||
URI instanceUrlWithProtocol = UrlBuilder.fromUri(rawInstanceUrl)
|
||||
.withPath(PathsHelper.join(rawInstanceUrl.getPath()))
|
||||
.withScheme(protocol.name().toLowerCase())
|
||||
.toUri();
|
||||
|
||||
|
|
Loading…
Reference in New Issue