fix(UserData): correctly check if request has value
The return value of get() might be an empty string. An empty string evaluates to false in an if. Thus the value could never be removed/emptied. Checking via has() resolves this issue.
Related: #72 (closed)