Showing the authors username and bio on custom author.php

Sorted as follows:

<div class="auth-name">
<?php echo $curauth->nickname; ?>
</div>

<div class="auth-desc">
<?php echo $curauth->description; ?>
</div>