mirror of https://github.com/abpframework/abp
				
				
				
			
							parent
							
								
									010399e237
								
							
						
					
					
						commit
						da545f3d8d
					
				| @ -0,0 +1,31 @@ | ||||
| @page "/Account/LoggedOut" | ||||
| @model Volo.Abp.Account.Web.Pages.Account.LoggedOutModel | ||||
| @using Volo.Abp.Account.Localization | ||||
| @using Microsoft.AspNetCore.Mvc.Localization | ||||
| @using Volo.Abp.Account.Web.Pages.Account | ||||
| @inject IHtmlLocalizer<AccountResource> L | ||||
| 
 | ||||
| @section scripts { | ||||
|     <abp-script-bundle name="@typeof(LoggedOutModel).FullName"> | ||||
|         <abp-script src="/Pages/Account/LoggedOut.js"/> | ||||
|     </abp-script-bundle> | ||||
| } | ||||
| 
 | ||||
| @section styles { | ||||
|     <abp-style src="/Pages/Account/LoggedOut.css"/> | ||||
| } | ||||
| 
 | ||||
| <abp-card> | ||||
|     <abp-card-body> | ||||
|         <abp-card-title>@L["LoggedOutTitle"]</abp-card-title> | ||||
|         <abp-card-text>@L["LoggedOutText"]</abp-card-text> | ||||
|         @if (Model.PostLogoutRedirectUri != null) | ||||
|         { | ||||
|             <a abp-button="Primary" class="redirectButton" href="@Model.PostLogoutRedirectUri">@L["ReturnToText", Model.ClientName]</a> | ||||
|         } | ||||
|         @if (Model.SignOutIframeUrl != null) | ||||
|         { | ||||
|             <iframe class="signout logoutiframe" src="@Model.SignOutIframeUrl"></iframe> | ||||
|         } | ||||
|     </abp-card-body> | ||||
| </abp-card> | ||||
					Loading…
					
					
				
		Reference in new issue
	
	 Galip Tolga Erdem
						Galip Tolga Erdem