mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 08:16:44 +03:00
Resolve #1828
This commit is contained in:
parent
bc6a2b67c0
commit
91ff43e6ab
2 changed files with 4 additions and 3 deletions
|
|
@ -18,8 +18,8 @@ export class AdminSettingsDomains /*extends AbstractViewSettings*/ {
|
|||
testUsername() {
|
||||
Remote.request('AdminDomainMatch',
|
||||
(iError, oData) => {
|
||||
if (oData?.Result?.domain) {
|
||||
alert(`${oData.Result.email} matched domain: ${oData.Result.domain.name}`);
|
||||
if (oData?.Result?.name) {
|
||||
alert(`${oData.Result.email} matched domain: ${oData.Result.name}`);
|
||||
} else {
|
||||
alert('No domain match');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue