Skip to content

Commit e304ed3

Browse files
committed
Fix missing newlines
1 parent 9ff52e5 commit e304ed3

6 files changed

Lines changed: 31 additions & 3 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

.idea/.gitignore

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/material_theme_project_new.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

axium/identity/1.0/config/packages/axium_identity.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ axium_identity:
22
url: '%env(AXIUM_IDENTITY_URL)%'
33
client_id: '%env(AXIUM_CLIENT_ID)%'
44
client_secret: '%env(AXIUM_CLIENT_SECRET)%'
5-
verify_ssl: false
5+
verify_ssl: false
6+
7+

axium/identity/1.0/manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
"copy-from-recipe": {
88
"config/packages/axium_identity.yaml": "%CONFIG_DIR%/packages/axium_identity.yaml"
99
}
10-
}
10+
}
11+
12+

axium/identity/1.0/post-install.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ AXIUM_CLIENT_ID=your-client-id
99
AXIUM_CLIENT_SECRET=your-client-secret
1010

1111
Documentation:
12-
https://github.com/BenjaminYAO/axium-identity
12+
https://github.com/BenjaminYAO/axium-identity
13+
14+

0 commit comments

Comments
 (0)