Hello ABP Support, We would like to remove a specific device from our organization 'Tatweer' license. Device to remove: TAT-LT-DDC-041 This device is no longer in use, and we need to free up a slot to activate the license on a new developer machine. Thank you for your support. Best regards, Gomaa Sayed Ismail Tatweer Team
Sure, email sent
[EngincanV] said: Thanks for updating the main question and providing version. However, I need more information to better assist you. So, can you please explain what you did, and how can I reproduce the same problem?
For example, what do you mean by saying "when click on customized default page"? Also, please share all of your steps.
in 2nd screenShot .we customized UI form of login page ..so when submit button of this form it runs coding of action embeded login class Account/Login , then it is redirected to changePassword page but what's passed in changePassword page as viewDataDictionary is OpenIddictSupportedLoginModel which u can see it as model before form tag in 2nd screenShot ...the error : is expected ChangePasswordModel to be passed to embedded view Page

I just added Themes/LeptonX/Layouts/Account/Default.cshtml as mentioned here https://abp.io/docs/latest/framework/ui/mvc-razor-pages/customization-user-interface you can find the full code here https://drive.google.com/file/d/1FqyJQ2p8F6k_n8IoKMMgmJD7ZJu5WNHE/view?usp=drive_link
i already dleted temp files and reinstall them, "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "build:prod": "ng build tpromis --configuration production", "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint" }, "private": true, "dependencies": { "@abp/ng.components": "~9.1.1", "@abp/ng.core": "~9.1.1", "@abp/ng.feature-management": "~9.1.1", "@abp/ng.oauth": "~9.1.1", "@abp/ng.setting-management": "~9.1.1", "@abp/ng.theme.shared": "~9.1.1", "@angular/animations": "~19.1.6", "@angular/common": "~19.1.6", "@angular/compiler": "~19.1.6", "@angular/core": "~19.1.6", "@angular/forms": "~19.1.6", "@angular/localize": "~19.1.6", "@angular/platform-browser": "~19.1.6", "@angular/platform-browser-dynamic": "~19.1.6", "@angular/router": "~19.1.6", "@ng-bootstrap/ng-bootstrap": "^18.0.0", "@volo/abp.commercial.ng.ui": "~9.1.1", "@volo/abp.ng.account": "~9.1.1", "@volo/abp.ng.audit-logging": "~9.1.1", "@volo/abp.ng.gdpr": "~9.1.1", "@volo/abp.ng.identity": "~9.1.1", "@volo/abp.ng.language-management": "~9.1.1", "@volo/abp.ng.openiddictpro": "~9.1.1", "@volo/abp.ng.saas": "~9.1.1", "@volo/abp.ng.text-template-management": "~9.1.1", "@volosoft/abp.ng.theme.lepton-x": "~4.1.1", "ng-zorro-antd": "^19.0.2", "rxjs": "~7.8.0", "tslib": "^2.0.0", "zone.js": "~0.15.0" }, "devDependencies": { "@abp/ng.schematics": "~9.1.1", "@angular-devkit/build-angular": "~19.1.7", "@angular-eslint/builder": "~18.1.0", "@angular-eslint/eslint-plugin": "~18.1.0", "@angular-eslint/eslint-plugin-template": "~18.1.0", "@angular-eslint/schematics": "~18.1.0", "@angular-eslint/template-parser": "~18.1.0", "@angular/cli": "~19.1.7", "@angular/compiler-cli": "~19.1.6", "@angular/language-service": "~19.1.6", "@types/jasmine": "~3.6.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.0.0", "jasmine-core": "~4.0.0", "karma": "~6.3.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.1.0", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.0.0", "ng-packagr": "~19.1.2", "typescript": "~5.5.0" }