@model ConfigurationModel @inject Nop.Core.IWebHelper webHelper @{ Layout = "_ConfigurePlugin"; var hideSearchBlock = Model.GoogleAuthenticatorSearchModel.HideSearchBlock; }
@Html.Raw(string.Format(T("Plugins.MultiFactorAuth.GoogleAuthenticator.Instructions").Text, webHelper.GetStoreLocation()))