fix typo
This commit is contained in:
parent
59da183b2d
commit
bb603c7be1
|
@ -85,7 +85,7 @@ func (b *backend) pathLogin(
|
||||||
LeaseOptions: logical.LeaseOptions{
|
LeaseOptions: logical.LeaseOptions{
|
||||||
Renewable: true,
|
Renewable: true,
|
||||||
},
|
},
|
||||||
Alias: &logical.Alais{
|
Alias: &logical.Alias{
|
||||||
Name: username,
|
Name: username,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue