mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-23 21:16:14 +00:00
style: make fmt [ci skip]
This commit is contained in:
@@ -42,10 +42,10 @@ type Standalone struct {
|
||||
}
|
||||
|
||||
func NewStandalone(
|
||||
cfg *config.Config,
|
||||
jwksProvider openidclient.JwksProvider,
|
||||
openidConfig openidconfig.Config,
|
||||
crypter crypto.Crypter,
|
||||
cfg *config.Config,
|
||||
jwksProvider openidclient.JwksProvider,
|
||||
openidConfig openidconfig.Config,
|
||||
crypter crypto.Crypter,
|
||||
) (*Standalone, error) {
|
||||
autoLogin, err := autologin.New(cfg)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user