<?php include '_salutation.phtml' ?>
Please click on the following link to to confirm your login from your ip.<br />
<br />
<a href="<?= $this->url('small-user-auth', ['action' => 'ip-confirm', 'code' => $this->code], ['force_canonical' => true]); ?>">
	<?= $this->url('small-user-auth', ['action' => 'ip-confirm', 'code' => $this->code], ['force_canonical' => true]); ?>
</a>