mirror of
https://github.com/bitwarden/android.git
synced 2025-03-15 18:58:59 +03:00
BIT-2036: Update pre-validation endpoint URL (#1155)
This commit is contained in:
parent
0d2467d8d2
commit
e220d627f1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ interface IdentityApi {
|
|||
@Field(value = "authRequest") authRequestId: String?,
|
||||
): Result<GetTokenResponseJson.Success>
|
||||
|
||||
@GET("/account/prevalidate")
|
||||
@GET("/sso/prevalidate")
|
||||
suspend fun prevalidateSso(
|
||||
@Query("domainHint") organizationIdentifier: String,
|
||||
): Result<PrevalidateSsoResponseJson>
|
||||
|
|
Loading…
Add table
Reference in a new issue