-
Notifications
You must be signed in to change notification settings - Fork 0
Richie/onboarding #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see other comment, request me again when addressed
Yes, right now the profile tab is purely UI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Nice work everyone who is on this. Just a couple comments to look over
2E39D82F2B3BCBA400AD238B /* UpliftAPI in Frameworks */, | ||
6338EC5C2CE149AA000BBFD3 /* UpliftAPI in Frameworks */, | ||
897DF9BA2CCDC49B00246B0D /* UpliftAPI in Frameworks */, | ||
897DF9BA2CCDC49B00246B0D /* (null) in Frameworks */, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we know why this file has so many repeating hashes? or why this line was changed to (null)?
|
||
// MARK: Restore Previous Sign-in | ||
|
||
private func restoreUserSession() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a huge fan of this function here. It would also be better if we could make this async/await rather than using completions. I think resell has a very solid sign in logic flow. Fine for now but we should look at it
} | ||
.store(in: &queryBag) | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The restoreSignIn function should probably go in here as well
No description provided.