Skip to content

Commit

Permalink
Update Riot/Modules/Authentication/SSO/SSOURLConstants.swift
Browse files Browse the repository at this point in the history
Co-authored-by: SBiOSoftWhare <[email protected]>
  • Loading branch information
ismailgulek and SBiOSoftWhare authored Aug 9, 2021
1 parent 0be352e commit 0585ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Riot/Modules/Authentication/SSO/SSOURLConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ enum SSOURLConstants {
}

enum Paths {
static let redirect = "/_matrix/client/r0/login/sso/redirect"
static let redirect = "/_matrix/client/r0/login/sso/redirect/"
}
}

1 comment on commit 0585ffe

@pengufrost
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Highly likely cause of #4785

Please sign in to comment.