Commit 05e27128 authored by Milica Selakovic's avatar Milica Selakovic Committed by Commit Bot

[Password change] Start password change flow with origin url.

Bug: 1086114, 1092444
Change-Id: I5e2fc549fbeed1bb1b69ec624a8f91403ef1c3ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367062Reviewed-by: default avatarFriedrich [CET] <fhorschig@chromium.org>
Commit-Queue: Milica Selakovic <selakovic@google.com>
Cr-Commit-Position: refs/heads/master@{#800110}
parent 19d25cf1
......@@ -69,7 +69,7 @@ public class PasswordCheckChangePasswordHelper {
* @param credential A {@link CompromisedCredential}.
*/
public void launchCctWithScript(CompromisedCredential credential) {
Intent intent = buildIntent(credential.getOrigin().getSpec());
Intent intent = buildIntent(credential.getOrigin().getOrigin().getSpec());
populateAutofillAssistantExtras(intent, credential.getUsername());
IntentUtils.safeStartActivity(mContext, intent);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment