Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e4db000be2 | ||
|
b8616b0eb3 | ||
|
14a8c1b45c | ||
|
c0046df8fb | ||
|
2502cd88bd |
@ -18,4 +18,4 @@
|
|||||||
<input type="RoleList" class="form-control" id="inputRoleList" formControlName="RoleList" readonly="readonly">
|
<input type="RoleList" class="form-control" id="inputRoleList" formControlName="RoleList" readonly="readonly">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
<<<<<<< HEAD
|
||||||
|
<div class="container mb-5">
|
||||||
|
=======
|
||||||
<div class="container mb-5 mt-5">
|
<div class="container mb-5 mt-5">
|
||||||
|
>>>>>>> main
|
||||||
<img src="assets/you-shall-not-pass.gif"/>
|
<img src="assets/you-shall-not-pass.gif"/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -9,12 +9,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.titre{
|
.titre{
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
margin: 2.5em 0 0.5em 8.2em;
|
margin: 2.5em 0 0.5em 8.2em;
|
||||||
color: #CE0000;
|
color: #CE0000;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiUrl: "http://localhost:8081",
|
apiUrl: "http://localhost:8080",
|
||||||
tokenKey: "TOKEN-SIMPLEAT"
|
tokenKey: "TOKEN-SIMPLEAT"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user