Feature/upgrade internet identity dependencies to version 0.15.1 (#1549)

* Upgrade Internet Identity dependencies to version 0.15.1

* Update changelog
This commit is contained in:
Thomas Kaul
2022-12-28 20:08:30 +01:00
committed by GitHub
parent 1ae8970045
commit 52c7adc266
5 changed files with 76 additions and 71 deletions

View File

@@ -19,7 +19,7 @@
<div class="my-3 text-center text-muted" i18n>or</div>
<div class="d-flex flex-column">
<button
class="mb-2"
class="mb-2 px-4 rounded-pill"
mat-stroked-button
(click)="onLoginWithInternetIdentity()"
>
@@ -29,7 +29,10 @@
style="height: 0.75rem"
/><span i18n>Sign in with Internet Identity</span>
</button>
<a href="../api/v1/auth/google" mat-stroked-button
<a
class="px-4 rounded-pill"
href="../api/v1/auth/google"
mat-stroked-button
><img
class="mr-2"
src="../assets/icons/google.svg"

View File

@@ -29,7 +29,7 @@
<ng-container *ngIf="hasPermissionForSocialLogin">
<div class="my-3 text-muted" i18n>or</div>
<button
class="d-block mb-2"
class="d-block mb-2 px-4 rounded-pill"
mat-stroked-button
(click)="onLoginWithInternetIdentity()"
>
@@ -40,7 +40,10 @@
/>
<span i18n>Continue with Internet Identity</span>
</button>
<a class="d-block" href="../api/v1/auth/google" mat-stroked-button
<a
class="d-block px-4 rounded-pill"
href="../api/v1/auth/google"
mat-stroked-button
><img
class="mr-2"
src="../assets/icons/google.svg"