fix email test (#10719)

This commit is contained in:
たーびん
2023-04-27 19:43:00 +09:00
committed by GitHub
parent 6e0f998fb2
commit 5124db57d2

View File

@@ -96,7 +96,9 @@ async function testEmail() {
const { canceled, result: destination } = await os.inputText({
title: i18n.ts.destination,
type: 'email',
placeholder: instance.maintainerEmail,
default: instance.maintainerEmail ?? '',
placeholder: 'test@example.com',
minLength: 1,
});
if (canceled) return;
os.apiWithDialog('admin/send-email', {