Skip to content

Commit abee87a

Browse files
authored
fix: build issue (#76)
1 parent 00e838b commit abee87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/supertokens/session/FrontToken.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private static void removeTokenFromStorage(Context context) {
118118
}
119119

120120
public static void removeToken(Context context) {
121-
AntiCSRF.removeToken(applicationContext);
121+
AntiCSRF.removeToken(context);
122122
synchronized (tokenLock) {
123123
removeTokenFromStorage(context);
124124
// We are clearing all stored tokens here, because:

0 commit comments

Comments
 (0)