Prevent possible NPE in LoginForm

urlProvider is injected as @Nullable but then is used without first
checking if it's null.

Add checks to prevent dereference of null pointer.

Change-Id: Ida2bca9ff33336df21c657f80d96752ae4c35b48
1 file changed