authenticate: fix branding for webauthn device registration page

This commit is contained in:
Caleb Doxsey 2022-08-23 13:18:29 -06:00
parent f07c912557
commit 983e16f877
2 changed files with 6 additions and 2 deletions

View file

@ -744,6 +744,7 @@ func (a *Authenticate) getWebauthnState(ctx context.Context) (*webauthn.State, e
SessionState: ss,
SessionStore: state.sessionStore,
RelyingParty: state.webauthnRelyingParty,
BrandingOptions: a.options.Load().BrandingOptions,
}, nil
}