tokenstorage icon indicating copy to clipboard operation
tokenstorage copied to clipboard

Override setToken

Open alxxyz opened this issue 3 years ago • 0 comments

var st = auth.setToken;
auth.setToken = (token) => {
    alert(token);
    st(token);
}

alxxyz avatar Mar 29 '21 07:03 alxxyz