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) {
|
||||
this.btnLoading = true;
|
||||
this.form.TrialId = this.trialId;
|
||||
if (v === "SendEmail") {
|
||||
this.form.IsSendEmail = true;
|
||||
this.form.BaseUrl = `${location.protocol}//${location.host}/login`;
|
||||
this.form.RouteUrl = `${location.protocol}//${location.host}/email-recompose`;
|
||||
}
|
||||
// if (v === "SendEmail") {
|
||||
// this.form.IsSendEmail = true;
|
||||
this.form.BaseUrl = `${location.protocol}//${location.host}/login`;
|
||||
this.form.RouteUrl = `${location.protocol}//${location.host}/email-recompose`;
|
||||
// }
|
||||
const selectedUserType = this.userTypeOptions.filter(
|
||||
(item) => item.Id === this.form.UserTypeId
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue