We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e838b commit abee87aCopy full SHA for abee87a
app/src/main/java/com/supertokens/session/FrontToken.java
@@ -118,7 +118,7 @@ private static void removeTokenFromStorage(Context context) {
118
}
119
120
public static void removeToken(Context context) {
121
- AntiCSRF.removeToken(applicationContext);
+ AntiCSRF.removeToken(context);
122
synchronized (tokenLock) {
123
removeTokenFromStorage(context);
124
// We are clearing all stored tokens here, because:
0 commit comments