Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita8f6d9c

Browse files
committed
fix: cleanup
1 parent35dc1ce commita8f6d9c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎site/src/pages/ManagementSettingsPage/IdpSyncPage/IdpSyncPageView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const IdpSyncPageView: FC<IdpSyncPageViewProps> = ({ oidcConfig }) => {
3939
<ChooseOne>
4040
<Condcondition={false}>
4141
<Paywall
42+
type="premium"
4243
message="IdP Sync"
4344
description="Configure group and role mappings to manage permissions outside of Coder."
4445
documentationLink={docs("/admin/groups")}

‎site/src/theme/branding.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
exportinterfaceBranding{
22
paywall:{
3-
// Colors for enterprise are temporary and will be removed when the enterprise license is removed
3+
/** Colors for enterprise are temporary and will be removed when the enterprise license is removed */
44
enterprise:{
55
background:string;
66
border:string;
@@ -11,7 +11,7 @@ export interface Branding {
1111
};
1212
};
1313
badge:{
14-
// Colors for enterprise are temporary and will be removed when the enterprise license is removed
14+
/** Colors for enterprise are temporary and will be removed when the enterprise license is removed */
1515
enterprise:{
1616
background:string;
1717
border:string;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp