Skip to content
Snippets Groups Projects
Commit 82e4a508 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Fixing core loading version

parent 09ba7e6c
No related branches found
No related tags found
1 merge request!137Fix router bug
Pipeline #5014 failed with stage
in 1 hour
import { store } from 'https://unpkg.com/@startinblox/core@0.8';
import { store } from 'https://unpkg.com/@startinblox/core@0.9';
const sibAuth = document.querySelector('sib-auth');
//We create a custom element
......@@ -90,7 +90,7 @@ class CoopStarterLoginComponent extends HTMLElement {
}
}else {
} else {
console.log("the current link doesn't concern a detail resource")
if (user && user.mentor_profile) {
//si y a un lien public alors on traite la chaine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment