Activities of "liangshiwei"

Hi,

You should not use Authorize for the integration service.

If you need to use Authorize, you don't needs to change anything.

Hi,

I cannot seem to remove my app name and language switcher although i can change the logo. You can hide it via CSS

BTW, the layout in leptonx theme, you can download it. abp get-source Volo.Abp.LeptonXTheme

we will deploy a signed app next few version

Hi,

Anyway, this is the way to install it, you can also search it on Google. https://abp.io/support/questions/8014/Unable-to-install-Studio-on-mac#answer-3a155ed4-d6fb-787c-c509-a160ad624118

can you deploy a signed app?

we will consider it if it's possible

Please resolve above issue asap also multifactor authentication with email and mobile is not working please send me configuration for the same I don't have folders inside pages sharing you reference screenshot where I have placed my loggedOut.js file

Should be Pages/Account folder : )

Hi,

Sorry, I didn't get the email from wetransfer

it works for me

Hi,

can you see the Sources tab to check if LoggedOut.js load correctly

Hi,

This may be a problem, you can try adding LoggedOut.js to Pages/Account folder

LoggedOut.js

document.addEventListener("DOMContentLoaded", function (event) {
    setTimeout(function () {
        var redirectButton = document.getElementById("redirectButton");
        
        if(!redirectButton){
            return;
        }
            
        window.clientName = redirectButton.getAttribute("cname");
        window.location = redirectButton.getAttribute("href");
    }, 3000)
});

Hi,

You need to configure the RedirectAllowedUrls

try to add your URL to RedirectAllowedUrls:

Showing 241 to 250 of 5968 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11