ui: Store the default partition when logging in (#11591)
Make sure we store the default Partition for a users token.
This commit is contained in:
parent
a31cc5f7c3
commit
da8a8924dd
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: Ensure the UI stores the default partition for the users token
|
||||
```
|
|
@ -21,6 +21,7 @@ export default Component.extend({
|
|||
// in the response
|
||||
SecretID: this.SecretID,
|
||||
Namespace: this.Namespace,
|
||||
Partition: this.Partition,
|
||||
...{
|
||||
AuthMethod: typeof this.AuthMethod !== 'undefined' ? this.AuthMethod : undefined,
|
||||
// TODO: We should be able to only set namespaces if they are enabled
|
||||
|
|
Loading…
Reference in New Issue