Skip to content
Snippets Groups Projects
Commit 1ab59e18 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

Merge branch 'sib-app-224' into 'master'

bugfix: add client name to client registration (startinblox/applications/sib-app#224)

See merge request startinblox/framework/sib-oidc!19
parents dcfa1ddd b85138f3
No related branches found
Tags v0.8.1
1 merge request!19bugfix: add client name to client registration (startinblox/applications/sib-app#224)
Pipeline #3176 passed
......@@ -30,7 +30,7 @@ class SIBAuthProvider extends HTMLElement {
* @param {SIBAuth} parent - SIBAuth parent instance
*/
async login() {
auth.login(this.dataset.authority);
auth.login(this.dataset.authority, { clientName: this.dataset.clientName });
}
......
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