Activities of "maliming"

I think so.

hi

How about this?

https://docs.abp.io/en/commercial/latest/themes/lepton-x/blazor

I mean can I reproduce the problem in a new template project or only your project?

How can I reproduce it?

hi

Steps to reproduce the issue?

Will there be an error in a new database?

hi

Please try to add new migrations

dotnet ef migrations add ABP_7_1

hi

You can use this sample to test your email sender.

https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo

hi

Please share some information so that we can understand your situation correctly. Thanks

hi

Authentication.razor.cs

using Microsoft.AspNetCore.Components;
using Volo.Abp.AspNetCore.Components.WebAssembly;
using Volo.Abp.DependencyInjection;

namespace MyCompanyName.MyProjectName.Blazor.Pages;

[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(Volo.Abp.AspNetCore.Components.WebAssembly.LeptonXTheme.Pages.Authentication))]
public partial class Authentication
{
    public readonly NavigationManager NavigationManager;

    public Authentication(
        WebAssemblyCachedApplicationConfigurationClient webAssemblyCachedApplicationConfigurationClient,
        NavigationManager navigationManager)
        : base(webAssemblyCachedApplicationConfigurationClient)
    {
        NavigationManager = navigationManager;
    }
}

Authentication.razor

@inherits Volo.Abp.AspNetCore.Components.WebAssembly.LeptonXTheme.Pages.Authentication
<Card>
    <CardBody>
        <RemoteAuthenticatorView Action="@Action">
            <LoggingIn>
                <LoadingIndicator/>
            </LoggingIn>
            <CompletingLoggingIn>
                <LoadingIndicator/>
            </CompletingLoggingIn>
            <LogOut>
                <LoadingIndicator/>
            </LogOut>
            <CompletingLogOut>
                <LoadingIndicator/>
            </CompletingLogOut>
            <LogOutSucceeded>
                @{
                    NavigationManager.NavigateTo("/authentication/login");
                }
            </LogOutSucceeded>
        </RemoteAuthenticatorView>
    </CardBody>
</Card>

Good news.

Showing 7351 to 7360 of 11544 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.