Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
chore: change Azure Active Directory to Microsoft (#134)
Browse files Browse the repository at this point in the history
* chore: change Azure Active Directory to Microsoft

* chore: update AAD name and logo to microsoft

* fix: missing space

* chore: reduce microsoft logo viewbox
  • Loading branch information
damonto authored Mar 16, 2023
1 parent ca92cfa commit 94e39ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
13 changes: 1 addition & 12 deletions packages/connector-azuread/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/connector-azuread/package.extend.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"name": "@logto/connector-azuread",
"version": "1.0.0-beta.20",
"description": "Azure AD connector implementation.",
"description": "Microsoft Azure AD connector implementation.",
"author": "Mobilist Inc. <[email protected]>",
"dependencies": {
"@azure/msal-node": "^1.12.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/connector-azuread/src/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ export const defaultMetadata: ConnectorMetadata = {
target: 'azuread',
platform: ConnectorPlatform.Universal,
name: {
en: 'Azure Active Directory',
'zh-CN': 'Azure Active Directory',
'tr-TR': 'Azure Active Directory',
ko: 'Azure Active Directory',
en: 'Microsoft',
'zh-CN': 'Microsoft',
'tr-TR': 'Microsoft',
ko: 'Microsoft',
},
logo: './logo.svg',
logoDark: null,
description: {
en: 'Azure Active Directory is a leading AD provider.',
'zh-CN': 'Azure Active Directory 是领先的 AD 服务提供商。',
'tr-TR': 'Azure Active Directory en büyük AD servisidir.', // UNTRANSLATED
ko: 'Azure Active Directory is the biggest AD provider.', // UNTRANSLATED
en: 'Microsoft Azure Active Directory is a leading AD provider.',
'zh-CN': 'Microsoft Azure Active Directory 是领先的 AD 服务提供商。',
'tr-TR': 'Microsoft Azure Active Directory en büyük AD servisidir.', // UNTRANSLATED
ko: 'Microsoft Azure Active Directory is the biggest AD provider.', // UNTRANSLATED
},
readme: './README.md',
formItems: [
Expand Down

0 comments on commit 94e39ed

Please sign in to comment.