rucio / webui

RucioWebUI (v2.0)
Apache License 2.0
4 stars 14 forks source link

remove account and sessionAccount in ListSubscriptionControllerParameters #363

Closed maany closed 11 months ago

maany commented 11 months ago

There is nothing to do here, the NextJS endpoint extracts the sessionAccount and passes it to the controller, which passes it to the usecase as the current active account. This is the expected workflow and nothing needs to be changed.