can you be more eloborate if i replace custom ui with existing ui how do i implement api into new ui
For Custom LastLogin Property, where exactly should I update this value after a user logs in? Should I do it by handling some login event, or do I need to override the login method somewhere?
If you have a small code example or can point me to the best place to add this logic, that would be great.
how to create a custom login page or how to modify rhe existing login page in angular
import { Environment } from '@abp/ng.core';
const baseUrl = 'https://bluestar-angular.lemonpond-86e62977.centralindia.azurecontainerapps.io';
const oAuthConfig = {
issuer: 'https://bluestar-authserver.lemonpond-86e62977.centralindia.azurecontainerapps.io/',
redirectUri: baseUrl,
clientId: 'Bluestar_App',
responseType: 'code',
scope: 'offline_access Bluestar',
requireHttps: true,
strictDiscoveryDocumentValidation: true,
skipIssuerCheck: true,
};
export const environment = {
production: true,
application: {
baseUrl,
name: 'Bluestar',
},
oAuthConfig,
apis: {
default: {
url: 'https://bluestar-api.lemonpond-86e62977.centralindia.azurecontainerapps.io',
rootNamespace: 'Bluestar',
},
AbpAccountPublic: {
url: oAuthConfig.issuer,
rootNamespace: 'AbpAccountPublic',
},
},
remoteEnv: {
url: '/getEnvConfig',
mergeStrategy: 'deepmerge'
}
} as Environment;
[maliming] said: hi
Can you share an online URL and test username & password?
liming.ma@volosoft.com
Also set log level to debug to see more error logs.
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Authserver URL: https://bluestar-authserver.lemonpond-86e62977.centralindia.azurecontainerapps.io
Swagger URL: https://bluestar-api.lemonpond-86e62977.centralindia.azurecontainerapps.io
Angular URL: https://bluestar-angular.lemonpond-86e62977.centralindia.azurecontainerapps.io
Test Username: admin Password: 1q2w3E*