Add sign in/sign out commands from Microsoft auth provider, fixes #90988

This commit is contained in:
Rachel Macfarlane
2020-02-19 11:49:42 -08:00
parent e683dce828
commit 88044f2cc6
3 changed files with 57 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
{
"displayName": "Microsoft Account",
"description": "Microsoft authentication provider",
"signIn": "Sign in",
"signOut": "Sign out"
}