mirror of
https://github.com/friendica/friendica
synced 2025-04-19 08:30:11 +00:00
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
92850d4482
commit
544168244c
30 changed files with 5 additions and 32 deletions
|
@ -132,7 +132,6 @@ class Login extends BaseModule
|
|||
DI::page()['htmlhead'] .= Renderer::replaceMacros(
|
||||
Renderer::getMarkupTemplate('login_head.tpl'),
|
||||
[
|
||||
'$baseurl' => DI::baseUrl()
|
||||
]
|
||||
);
|
||||
|
||||
|
|
|
@ -93,7 +93,6 @@ class PasswordTooLong extends \Friendica\BaseModule
|
|||
'submit' => $this->l10n->t('Update Password'),
|
||||
],
|
||||
|
||||
'$baseurl' => $this->baseUrl,
|
||||
'$form_security_token' => self::getFormSecurityToken('security/password_too_long'),
|
||||
'$return_url' => $request['return_url'] ?? '',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue