Hexlet / hexlet-correction

Typo Reporter
https://fixit.hexlet.io/
GNU Affero General Public License v3.0
51 stars 85 forks source link

feature request: Display user name with email #304

Closed Luorika closed 1 month ago

Luorika commented 2 months ago

Summary

When registering a user must specify username. But when authorizing on the site, the top panel displays email instead of username.

Reproduction steps

1. log in
2. View the top panel.

Expected result

The username is displayed.

Actual result

Email is displayed. screen03

Browsers

Firefox, Chrome

OS

Windows

fey commented 2 months ago

We can display User's name AND email Screens from codebasics and hexlet-cv for example: image image

Nika-code commented 2 months ago

Hi, could I start working on this? could you assign it to me?

fey commented 2 months ago

@Nika-code fork repository, create branch and go code =) I assigned to you task

Nika-code commented 1 month ago

Hi, @fey I've created pull request for this task, could you take a look at it?