1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
832d239f16
commit
eac3fde3b9
|
@ -259,11 +259,11 @@ export default {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
this.btnLoading = true;
|
this.btnLoading = true;
|
||||||
this.form.TrialId = this.trialId;
|
this.form.TrialId = this.trialId;
|
||||||
if (v === "SendEmail") {
|
// if (v === "SendEmail") {
|
||||||
this.form.IsSendEmail = true;
|
// this.form.IsSendEmail = true;
|
||||||
this.form.BaseUrl = `${location.protocol}//${location.host}/login`;
|
this.form.BaseUrl = `${location.protocol}//${location.host}/login`;
|
||||||
this.form.RouteUrl = `${location.protocol}//${location.host}/email-recompose`;
|
this.form.RouteUrl = `${location.protocol}//${location.host}/email-recompose`;
|
||||||
}
|
// }
|
||||||
const selectedUserType = this.userTypeOptions.filter(
|
const selectedUserType = this.userTypeOptions.filter(
|
||||||
(item) => item.Id === this.form.UserTypeId
|
(item) => item.Id === this.form.UserTypeId
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue