Appearance
destillationapp-frontend v0.1.0
destillationapp-frontend / store/auth/mutations / default
Variable: default
default:
object
Defined in: store/auth/mutations.ts:7
Type declaration
changeLoadingAuthStatus()
changeLoadingAuthStatus(
state
,value
):void
Sets the loading status for authentication.
Parameters
state
The Vuex state object.
value
boolean
The loading status.
Returns
void
changeUserAuthenticationStatus()
changeUserAuthenticationStatus(
state
,value
):void
Sets the user's authentication status.
Parameters
state
The Vuex state object.
value
boolean
The authentication status.
Returns
void