mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1191064 - Follow-up: s/signin/signup/, s/settings/manage/. r=me
This commit is contained in:
parent
6014e14cac
commit
3aa8c58b90
@ -6,6 +6,6 @@ package org.mozilla.gecko.fxa.activities;
|
|||||||
|
|
||||||
public class FxAccountConfirmAccountActivityWeb extends FxAccountWebFlowActivity {
|
public class FxAccountConfirmAccountActivityWeb extends FxAccountWebFlowActivity {
|
||||||
public FxAccountConfirmAccountActivityWeb() {
|
public FxAccountConfirmAccountActivityWeb() {
|
||||||
super(CANNOT_RESUME_WHEN_NO_ACCOUNTS_EXIST, "settings");
|
super(CANNOT_RESUME_WHEN_NO_ACCOUNTS_EXIST, "manage");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,6 @@ package org.mozilla.gecko.fxa.activities;
|
|||||||
|
|
||||||
public class FxAccountGetStartedActivityWeb extends FxAccountWebFlowActivity {
|
public class FxAccountGetStartedActivityWeb extends FxAccountWebFlowActivity {
|
||||||
public FxAccountGetStartedActivityWeb() {
|
public FxAccountGetStartedActivityWeb() {
|
||||||
super(CANNOT_RESUME_WHEN_ACCOUNTS_EXIST, "signin");
|
super(CANNOT_RESUME_WHEN_ACCOUNTS_EXIST, "signup");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user