You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/components/account/details/programatic-usage/aad-credentials-picker/generate-aad-app-secret/generate-aad-app-secret.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ <h4>Secret</h4>
31
31
<bl-aad-app-secret-picker[formControl]="secret">
32
32
</bl-aad-app-secret-picker>
33
33
34
-
<bl-buttontype="wide" color="primary" [action]="addNewSecret" matTooltip="Add a new secret without modifing the existing ones">
34
+
<bl-buttontype="wide" color="primary" [action]="addNewSecret" title="Add a new secret without modifing the existing ones">
35
35
Add
36
36
</bl-button>
37
37
38
-
<bl-button*ngIf="passwordCredentials.size > 0" type="wide" color="danger" [action]="resetCredentials" matTooltip="Reset credentials. This will remove all existing secrets and replace it with a new one">
38
+
<bl-button*ngIf="passwordCredentials.size > 0" type="wide" color="danger" [action]="resetCredentials" title="Reset credentials. This will remove all existing secrets and replace it with a new one">
0 commit comments