mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 05:04:17 -05:00
BIT-2036: Update pre-validation endpoint URL (#1155)
This commit is contained in:
committed by
Álison Fernandes
parent
0d2467d8d2
commit
e220d627f1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user