28615ae Improve Register button click feedback

Authored and Committed by m4rtink 2 years ago
    Improve Register button click feedback
    
    Set the phase right after button click to avoid the registration status
    being out of date.
    
    So far that has been handled by the registration thread, which could
    result in the status message being out of date until the thread gets to
    the status update.
    
    Resolves: rhbz#2074636