A user wanting to check the details of an alias shouldn't have to go halfway through the registration process, hence adding this lookup function in Alias.js.
Implementation-wise, I thought about overloading the existing handleAliasNameInput and passing in a lookup flag because it shares similar logic to the new handleAliasLookupInput. However I recall from previous diffs this is frowned upon so I've kept handleAliasLookupInput as a standalone function.