Move createDomain & createDomainAlias buttons below table

This commit is contained in:
the-djmaze 2023-01-17 11:22:30 +01:00
parent 29beb9b75d
commit c5c180cb2e
2 changed files with 9 additions and 7 deletions

View file

@ -16,7 +16,6 @@ export class AdminSettingsDomains /*extends AbstractViewSettings*/ {
}
testUsername() {
// TODO: find domain matching username
Remote.request('AdminDomainMatch',
(iError, oData) => {
if (oData?.Result?.domain) {