Skip to content
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

allow users to be logged in without connected to metamask #38

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

paulfreund94
Copy link
Contributor

#35

Refactored some of the Auth logic out into it's own file as well. There's a demo component under Main in App.res that'll show you your current auth status.

Comment on lines +63 to +65
}else if(Option.isSome(optDbOnlyUser)){
optDbOnlyUser
} else{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the auto formatter isn't working well here.

Copy link
Member

@JasoonS JasoonS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good :)

@JasoonS JasoonS merged commit 24def13 into dev Mar 16, 2021
@JasoonS JasoonS deleted the pf/auth-db-web3-split branch March 16, 2021 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants