Open Closed

How can I edit the login screen when using Angular #2935


User avatar
0
sunivycsm created

I'm editing the login screen on 5.2.1 and using angular. I created 1component Login. On app.component.ts I used replaceableComponentsService to replace the Login. But at the Login page nothing changed. Please help me

  • ABP Framework version: v5.2.1
  • UI type: Angular
  • DB provider: EF Core

1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Angular use the OAuth2.0 code flow, it will redirect to auth server when you click the login button, so you need to custom the page in the backend instead of front end

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11