Fix# list allowed domains in message
This commit is contained in:
parent
f17010e3cb
commit
c8fe81f991
|
|
@ -126,7 +126,7 @@ class RegisterController extends Controller {
|
||||||
}
|
}
|
||||||
if ( $allowed === false ) {
|
if ( $allowed === false ) {
|
||||||
return new TemplateResponse('registration', 'domains', ['domains' =>
|
return new TemplateResponse('registration', 'domains', ['domains' =>
|
||||||
$domains
|
$allowed_domains
|
||||||
], 'guest');
|
], 'guest');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue