Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SiB Auth
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
15
Issues
15
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Startin blox
framework
SiB Auth
Commits
024021d1
Commit
024021d1
authored
Apr 22, 2019
by
Clément
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sib-core-update' into 'master'
minor: use sib-core@0.7 See merge request
!9
parents
be911c82
1a3221fa
Pipeline
#3309
passed with stage
in 53 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.html
index.html
+1
-1
sib-auth.js
sib-auth.js
+1
-1
No files found.
index.html
View file @
024021d1
...
...
@@ -49,7 +49,7 @@
</script>
<script
type=
"module"
>
import
{
SIBBase
}
from
'
https://unpkg.com/@startinblox/core@0.
6
'
;
import
{
SIBBase
}
from
'
https://unpkg.com/@startinblox/core@0.
7
'
;
class
TestComponent
extends
SIBBase
{
async
connectedCallback
()
{
...
...
sib-auth.js
View file @
024021d1
import
'
https://unpkg.com/oidc-client@1.6
'
;
import
{
SIBBase
,
Helpers
}
from
'
https://unpkg.com/@startinblox/core@0.
6
'
;
import
{
SIBBase
,
Helpers
}
from
'
https://unpkg.com/@startinblox/core@0.
7
'
;
const
baseUrl
=
import
.
meta
.
url
.
replace
(
/
\/[^/]
*$/
,
''
);
Helpers
.
importCSS
(
`
${
baseUrl
}
/sib-auth.css`
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment