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

Add social media register options to Register page #17406

Merged
merged 2 commits into from
Aug 18, 2023
Merged

Conversation

realLiangshiwei
Copy link
Member

@realLiangshiwei realLiangshiwei commented Aug 18, 2023

Description

Resolves #11504

Add social media register options to Register page

image image

Checklist

  • I fully tested it as developer / designer and created unit / integration tests
  • I documented it (or no need to document or I will create a separate documentation issue)

How to test it?

Run the app template.

context.Services.AddAuthentication()
        .AddGoogle(GoogleDefaults.AuthenticationScheme, options =>
        {
            options.ClientId = ".......";
            options.ClientSecret = ".......";
        });

@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Merging #17406 (1b4bac0) into dev (90a7d46) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##              dev   #17406      +/-   ##
==========================================
- Coverage   53.30%   53.29%   -0.01%     
==========================================
  Files        3022     3022              
  Lines       94216    94216              
==========================================
- Hits        50223    50217       -6     
- Misses      43993    43999       +6     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@maliming maliming merged commit 17baf56 into dev Aug 18, 2023
4 of 5 checks passed
@maliming maliming deleted the liangshiwei/account branch August 18, 2023 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add social media register options to Register page
2 participants