Skip to content

Commit

Permalink
1983: Removed .placeholder markup
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Aug 5, 2024
1 parent 972b713 commit c60c2eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
'#attributes' => ['class' => ['authenticate-wrapper', 'py-3']],

'message' => [
'#markup' => $this->t("You're currently authenticated as %name", ['%name' => $userData['name']]),
'#markup' => $this->t("You're currently authenticated as @name", ['@name' => $userData['name']]),
],

'link' => Link::createFromRoute(
Expand Down

0 comments on commit c60c2eb

Please sign in to comment.