Skip to content

Commit f12a41c

Browse files
committed
fix: address confirmation email review feedback
Signed-off-by: Dmitry Tretyakov <dtretyakov@gmail.com>
1 parent a285496 commit f12a41c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/Migration/Version050300Date20260413233000.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
3434

3535
if (!$table->hasColumn('confirmation_email_enabled')) {
3636
$table->addColumn('confirmation_email_enabled', Types::BOOLEAN, [
37-
'notnull' => false,
37+
'notnull' => true,
3838
'default' => 0,
3939
]);
4040
$changed = true;

src/FormsSettings.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ export default {
239239
240240
&__rate-limit {
241241
margin-top: calc(var(--default-grid-baseline) * 3);
242-
max-width: 300px;
243242
}
244243
}
245244
</style>

0 commit comments

Comments
 (0)